summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/dungeon.txt6
1 files changed, 4 insertions, 2 deletions
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