projecteq-projecteqquests/hole/The_summoned.lua
2023-08-15 11:39:43 -04:00

6 lines
171 B
Lua

function event_combat(e)
if e.joined then
e.self:Emote("creatures seem to gain in power the closer you get to the heart of the old city.");
eq.depop_with_timer();
end
end