mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
4 lines
190 B
Lua
4 lines
190 B
Lua
function event_combat(e)
|
|
e.self:Emote("red mist falls from above. The slick substance has no time to settle before it is hungrily absorbed by every surface.");
|
|
eq.depop_with_timer();
|
|
end
|