peq-quests/codecay/Chanting_echoes.lua

7 lines
153 B
Lua
Raw Permalink Normal View History

2020-02-22 09:53:36 -06:00
function event_combat(e)
2023-08-15 11:39:43 -04:00
if e.joined then
2020-02-22 09:53:36 -06:00
e.self:Emote("around you as a dark ritual is carried out in the room beyond.");
eq.depop_with_timer();
end
end