peq-quests/txevu/297039.lua
2023-08-15 11:39:43 -04:00

6 lines
101 B
Lua

--trash ph in arena
function event_combat(e)
if e.joined then
eq.depop_with_timer();
end
end