summaryrefslogtreecommitdiff
path: root/npc/026-3/ctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'npc/026-3/ctrl.c')
-rw-r--r--npc/026-3/ctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/026-3/ctrl.c b/npc/026-3/ctrl.c
index 4ecacfa93..059b903b6 100644
--- a/npc/026-3/ctrl.c
+++ b/npc/026-3/ctrl.c
@@ -33,7 +33,7 @@ OnTouch:
if (getq(General_Fortress) > 4) goto L_Warp;
mesc l(".:: Impregnable Fortress, %sF ::.", "B3"), 3;
msObjective(getq(General_Fortress) == 5, l("* Flip all four switches"));
- msObjective($MK_TEMPVAR >= MKIF_LV_B3F, l("Minimum wins: %d/%d", $MK_TEMPVAR, MKIF_LV_B4F));
+ msObjective($MK_TEMPVAR >= MKIF_LV_B4F, l("Minimum wins: %d/%d", $MK_TEMPVAR, MKIF_LV_B4F));
mes "";
mesc l("Hint: You cannot unflip a switch, but they unflip every 12 hours.");
close;