peq-quests/bothunder/Small.lua

7 lines
152 B
Lua
Raw Permalink Normal View History

2020-01-20 07:17:43 -06:00
function event_combat(e)
2023-08-15 11:39:43 -04:00
if e.joined then
2020-01-20 07:17:43 -06:00
e.self:Emote("rocks and bits of earth blow at you as you enter the chamber.");
eq.depop_with_timer();
end
end