diff options
Diffstat (limited to 'npc/026-4/ctrl.c')
-rw-r--r-- | npc/026-4/ctrl.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/026-4/ctrl.c b/npc/026-4/ctrl.c index 35d799241..2d791b441 100644 --- a/npc/026-4/ctrl.c +++ b/npc/026-4/ctrl.c @@ -127,12 +127,10 @@ OnInit: // The main NPC which lets you out of here 000-0,0,0,0, script #026-4Gate NPC_ICE_CAGE,0,0,{ - goto OnTouch; - -OnTouch: if (getq(General_Fortress) > 5) goto L_Warp; dispbottom l("After flipping all %s switches, I should go there.", l("five")); end; + OnTouch: if (getq(General_Fortress) > 5) goto L_Warp; mesc l(".:: Impregnable Fortress, %sF ::.", "B4"), 3; |