summaryrefslogtreecommitdiff
path: root/npc/026-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-10-08 00:52:02 -0300
committerJesusaves <cpntb1@ymail.com>2023-10-08 00:52:02 -0300
commit97099cff5e4081829eb74ef6a4b88f813bf2a3ba (patch)
treed2ff3b9659e9fabf71c56c60377b1d2208d1ab11 /npc/026-1
parent4c0fcc2f9a889be37cfb943a491aef5c6b3f2856 (diff)
downloadserverdata-97099cff5e4081829eb74ef6a4b88f813bf2a3ba.tar.gz
serverdata-97099cff5e4081829eb74ef6a4b88f813bf2a3ba.tar.bz2
serverdata-97099cff5e4081829eb74ef6a4b88f813bf2a3ba.tar.xz
serverdata-97099cff5e4081829eb74ef6a4b88f813bf2a3ba.zip
Bugfixes (actual testing)
Diffstat (limited to 'npc/026-1')
-rw-r--r--npc/026-1/ctrl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/026-1/ctrl.c b/npc/026-1/ctrl.c
index 702180e3d..e5cc71480 100644
--- a/npc/026-1/ctrl.c
+++ b/npc/026-1/ctrl.c
@@ -13,10 +13,10 @@ OnTouch:
if (getq(General_Fortress) > 2) goto L_Warp;
mesc l(".:: Impregnable Fortress, %sF ::.", "B1"), 3;
msObjective(getq(General_Fortress) == 3, l("* Obtain clearance"));
- msObjective($MK_TEMPVAR < MKIF_LV_B2F, l("Minimum wins: %d/%d", $MK_TEMPVAR, MKIF_LV_B2F));
+ msObjective($MK_TEMPVAR >= MKIF_LV_B2F, l("Minimum wins: %d/%d", $MK_TEMPVAR, MKIF_LV_B2F));
mes "";
mesc l("Hint: You might need to come back later.");
- end;
+ close;
L_Warp:
// Not unlocked
@@ -26,7 +26,7 @@ L_Warp:
mesc l("Minimum wins: %d/%d", $MK_TEMPVAR, MKIF_LV_B2F), 1;
close;
}
- warp "026-2", 32, 97;
+ warp "026-2", 32, 96;
end;
// Disarm & reset everything