diff options
Diffstat (limited to 'npc/026-4')
-rw-r--r-- | npc/026-4/ctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/026-4/ctrl.c b/npc/026-4/ctrl.c index c3a8222ff..6aaf4a6f8 100644 --- a/npc/026-4/ctrl.c +++ b/npc/026-4/ctrl.c @@ -128,7 +128,7 @@ OnInit: 000-0,0,0,0 duplicate(#026-4Switch_1) #026-4Switch_5 NPC_SWITCH_OFFLINE // The main NPC which lets you out of here -000-0,0,0,0, script #026-4Gate NPC_ICE_CAGE,0,0,{ +000-0,0,0,0, script #026-4Gate NPC_SUMMONING_CIRC,0,0,{ if (getq(General_Fortress) > 5) goto L_Warp; dispbottom l("After flipping all %s switches, I should go there.", l("five")); end; |