Untitled

 avatar
unknown
lua
a year ago
192 B
3
Indexable
function onUse(cid, item, fromPosition, toPosition)
	
	if math.random(100) >= 50 then
      doTargetCombatHealth(0, cid, COMBAT_EARTHDAMAGE, -270, -310, CONST_ME_BIGPLANTS)
     end
	 end