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