projecteq-projecteqquests/griegsend/Your_progress.lua
2023-08-15 11:39:43 -04:00

6 lines
153 B
Lua

function event_combat(e)
if e.joined then
e.self:Emote("is halted by pools of blood that litter the ground around you.");
eq.depop_with_timer();
end
end