mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
168 B
Lua
6 lines
168 B
Lua
function event_combat(e)
|
|
if e.joined then
|
|
e.self:Emote("falls from the low ceiling, banging you on the head! Why are you here again?");
|
|
eq.depop_with_timer();
|
|
end
|
|
end
|