peq-quests/global/mageSwarm.lua
2018-01-24 15:31:02 -05:00

3 lines
72 B
Lua

function event_spawn(e)
e.self:ChangeTexture(math.random(0, 3))
end