From 18144bb937fde1ab54c2790811faf9d5afe93ac1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 28 Apr 2022 01:15:11 -0300 Subject: Spice things up :3 --- npc/functions/dungeon.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/dungeon.txt b/npc/functions/dungeon.txt index 9d780c019..0ad6f74e7 100644 --- a/npc/functions/dungeon.txt +++ b/npc/functions/dungeon.txt @@ -84,8 +84,10 @@ OnSick: // Did you left? .@i=array_find(.sickmap$, getmap()); if (.@i < 0) { - @sick$=""; - end; + if (@forced_sick$ != getmap()) { + @sick$=""; + end; + } } // First time seeing this -- cgit v1.2.3-60-g2f50