Untitled
unknown
lua
2 years ago
192 B
6
Indexable
function onUse(cid, item, fromPosition, toPosition)
if math.random(100) >= 50 then
doTargetCombatHealth(0, cid, COMBAT_EARTHDAMAGE, -270, -310, CONST_ME_BIGPLANTS)
end
endEditor is loading...