summaryrefslogtreecommitdiff
path: root/npc/025-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-1')
-rw-r--r--npc/025-1/ctrl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c
index f7ffabdec..b4f4d5efa 100644
--- a/npc/025-1/ctrl.c
+++ b/npc/025-1/ctrl.c
@@ -446,6 +446,10 @@ OnInit:
end;
OnTue0000:
+ // Hardcore exempted
+ if ($HARDCORE)
+ end;
+ // Reset Fortress Town state
.@cl=$FORTRESS_STATE;
FTCleanup(false);
if (.@cl)