mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
254 B
Lua
6 lines
254 B
Lua
function event_combat(e)
|
|
if e.joined then
|
|
e.self:Emote("people of Rivervale hate the goblins so much, why do they not simply root this place out? Probably because they are not that foolish. 'One with the Wall' indeed!");
|
|
eq.depop_with_timer();
|
|
end
|
|
end
|