diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-10-26 19:06:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-10-26 19:06:18 -0300 |
commit | 4da4af22f9cfae15f7dbcf87c08db05cf32ed61a (patch) | |
tree | c978e2359a99f552b99f6edec5d077c075af5102 /npc/026-6 | |
parent | 7398962bfe241d62475d3886bf2fc1c6343bbef6 (diff) | |
download | serverdata-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-6')
-rw-r--r-- | npc/026-6/ctrl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/026-6/ctrl.c b/npc/026-6/ctrl.c index 9e961ba56..10539b0d0 100644 --- a/npc/026-6/ctrl.c +++ b/npc/026-6/ctrl.c @@ -54,6 +54,7 @@ OnInit: 026-6,22,40,0, script #MKBossFightFire NPC_HIDDEN,0,0,{ end; OnTouch: + // NOT a fortwarp() - there is no Barbara Bonus for the Showdown! warp "026-7", 21, 28; if (!$@MK_CHALLENGE) { $@MK_CHALLENGE=true; |