summaryrefslogtreecommitdiff
path: root/npc/026-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-10-13 17:38:07 -0300
committerJesusaves <cpntb1@ymail.com>2023-10-13 17:38:07 -0300
commit891bcdfa72b4093bfdb241b5a1a11ec7838b3d51 (patch)
treed6dcfd782bba8824b317eb9a2e92f8b5d8cabd0c /npc/026-3
parentbc7dfe9175842ddcdba8d7372341ba625ffa4036 (diff)
downloadserverdata-891bcdfa72b4093bfdb241b5a1a11ec7838b3d51.tar.gz
serverdata-891bcdfa72b4093bfdb241b5a1a11ec7838b3d51.tar.bz2
serverdata-891bcdfa72b4093bfdb241b5a1a11ec7838b3d51.tar.xz
serverdata-891bcdfa72b4093bfdb241b5a1a11ec7838b3d51.zip
At Monster King defeat, mana stone no longer kills
Diffstat (limited to 'npc/026-3')
-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;