diff options
Diffstat (limited to 'npc/026-1/ctrl.c')
-rw-r--r-- | npc/026-1/ctrl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/026-1/ctrl.c b/npc/026-1/ctrl.c index d10534859..b02293665 100644 --- a/npc/026-1/ctrl.c +++ b/npc/026-1/ctrl.c @@ -6,14 +6,14 @@ // Quest: General_Fortress // (MaxFloor+1, internal, internal) -026-1,60,26,0 script Impregnable#B0F NPC_HIDDEN,0,0,{ +026-1,60,26,0 script Impregnable#B1F NPC_HIDDEN,0,0,{ end; OnTouch: if (getq(General_Fortress) > 1) goto L_Warp; mesc l(".:: Impregnable Fortress, %sF ::.", "B1"), 3; msObjective(getq(General_Fortress) == 2, l("* TODO")); - msObjective($MK_TEMPVAR < MKIF_LV_B0F, l("Minimum wins: %d/%d", $MK_TEMPVAR, MKIF_LV_B2F)); + msObjective($MK_TEMPVAR < MKIF_LV_B1F, l("Minimum wins: %d/%d", $MK_TEMPVAR, MKIF_LV_B2F)); mes ""; mesc l("Hint: TODO."); end; |