summaryrefslogtreecommitdiff
path: root/npc/026-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-10-26 19:06:18 -0300
committerJesusaves <cpntb1@ymail.com>2023-10-26 19:06:18 -0300
commit4da4af22f9cfae15f7dbcf87c08db05cf32ed61a (patch)
treec978e2359a99f552b99f6edec5d077c075af5102 /npc/026-1
parent7398962bfe241d62475d3886bf2fc1c6343bbef6 (diff)
downloadserverdata-4da4af22f9cfae15f7dbcf87c08db05cf32ed61a.tar.gz
serverdata-4da4af22f9cfae15f7dbcf87c08db05cf32ed61a.tar.bz2
serverdata-4da4af22f9cfae15f7dbcf87c08db05cf32ed61a.tar.xz
serverdata-4da4af22f9cfae15f7dbcf87c08db05cf32ed61a.zip
I finally decided what the bonus for sparing Barbara is.
During the Impregnable Fortress Raid, provides limited healing and buffing.
Diffstat (limited to 'npc/026-1')
-rw-r--r--npc/026-1/ctrl.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/npc/026-1/ctrl.c b/npc/026-1/ctrl.c
index e5cc71480..db859266f 100644
--- a/npc/026-1/ctrl.c
+++ b/npc/026-1/ctrl.c
@@ -19,14 +19,7 @@ OnTouch:
close;
L_Warp:
- // Not unlocked
- if ($GAME_STORYLINE >= 3 && $MK_TEMPVAR < MKIF_LV_B2F) {
- mesc l("The gate is sealed shut."), 1;
- mesc l("The monster army is still strong on this floor!"), 1;
- mesc l("Minimum wins: %d/%d", $MK_TEMPVAR, MKIF_LV_B2F), 1;
- close;
- }
- warp "026-2", 32, 96;
+ fortwarp(MKIF_LV_B2F, "026-2", 32, 96);
end;
// Disarm & reset everything