summaryrefslogtreecommitdiff
path: root/npc/026-0/ctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'npc/026-0/ctrl.c')
-rw-r--r--npc/026-0/ctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/026-0/ctrl.c b/npc/026-0/ctrl.c
index c201c2641..b490ab028 100644
--- a/npc/026-0/ctrl.c
+++ b/npc/026-0/ctrl.c
@@ -13,7 +13,7 @@ OnTouch:
if (getq(General_Fortress) > 1) goto L_Warp;
mesc l(".:: Impregnable Fortress, %sF ::.", "B0"), 3;
msObjective(getq(General_Fortress) == 2, l("* Solo \"The Yetifly\""));
- msObjective($MK_TEMPVAR < MKIF_LV_B0F, l("Minimum wins: %d/%d", $MK_TEMPVAR, MKIF_LV_B1F));
+ msObjective($MK_TEMPVAR < MKIF_LV_B1F, l("Minimum wins: %d/%d", $MK_TEMPVAR, MKIF_LV_B1F));
mes "";
mesc l("Hint: Stomp! Stomp! Stomp! Walk around.");
end;