﻿function StoneGet(e)
	if math.random() <= 1 then
		e.Count = e.Count * 2
	end
end