summaryrefslogtreecommitdiff
path: root/npc/026-4/ctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'npc/026-4/ctrl.c')
-rw-r--r--npc/026-4/ctrl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/026-4/ctrl.c b/npc/026-4/ctrl.c
index 2d791b441..99cc0e09e 100644
--- a/npc/026-4/ctrl.c
+++ b/npc/026-4/ctrl.c
@@ -22,16 +22,18 @@ OnInit:
.InstId = CreateMaze(IOT_NONE, MAZE_SIZE_X, "026-4");
instance_set_timeout(0, 0, .InstId);
instance_init(.InstId);
- debugmes "Impregnable Fortress B4F (%d): Init OK", .InstId;
+ debugmes "Impregnable Fortress B4F (%d): Init OK at %d", .InstId, gettimetick(0);
setmapflag("026-4", mf_zone, "SuperMMO");
goto OnMon2359;
OnMon2359:
if (!.InstId) end;
// Reload .InstId (weekly takeover)
+ debugmes "Reloading B4F... %d", gettimetick(0);
killmonsterall("026-4");
MazeMobs(145, false, 8, "026-4"); // Initiate Lv 145 mobs
MazeMobs(115, false, 21, "026-4"); // Initiate Lv 115 mobs
+ debugmes "Reloaded B4F, %d", gettimetick(0);
// Move NPCs around
goto OnClock1843;