diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-10-13 17:38:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-10-13 17:38:07 -0300 |
commit | 891bcdfa72b4093bfdb241b5a1a11ec7838b3d51 (patch) | |
tree | d6dcfd782bba8824b317eb9a2e92f8b5d8cabd0c /npc/026-3 | |
parent | bc7dfe9175842ddcdba8d7372341ba625ffa4036 (diff) | |
download | serverdata-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.c | 2 |
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; |