peq-quests/kael/a_fish.lua
2023-08-15 11:39:43 -04:00

7 lines
130 B
Lua

function event_combat(e)
if e.joined then
e.self:Emote("nearly jumps onto the ice.");
eq.depop_with_timer();
end
end