peq-quests/potorment/A_warm.lua
2023-08-15 11:39:43 -04:00

6 lines
208 B
Lua

function event_combat(e)
if e.joined then
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
end