summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/025-1/ctrl.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c
index 49aae2f09..327d0cc58 100644
--- a/npc/025-1/ctrl.c
+++ b/npc/025-1/ctrl.c
@@ -29,9 +29,13 @@
// FTCleanup(status)
function script FTCleanup {
+ // Kills whatever called this function if time is wrong
+ if ($GAME_STORYLINE < 3)
+ end;
+ // Reset variables
$FORTRESS_STATE=getarg(0);
- // Enable the Magic Statues
$@FORTRESS_STATUE=0;
+ // Enable the Magic Statues
enablenpc "Magic Statue#1";
enablenpc "Magic Statue#2";
enablenpc "Magic Statue#4";