summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-01 23:40:41 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-01 23:40:41 -0300
commit8de2099a5424e73d314aab7d5a674cd35dd8e34b (patch)
tree819a15402becbee2c49a049445473d906c68408b /npc
parentb3885692b9becb3bc43afd5d3f53b6dbcb5c4283 (diff)
downloadserverdata-8de2099a5424e73d314aab7d5a674cd35dd8e34b.tar.gz
serverdata-8de2099a5424e73d314aab7d5a674cd35dd8e34b.tar.bz2
serverdata-8de2099a5424e73d314aab7d5a674cd35dd8e34b.tar.xz
serverdata-8de2099a5424e73d314aab7d5a674cd35dd8e34b.zip
Fix a few typos
Diffstat (limited to 'npc')
-rw-r--r--npc/026-0/ctrl.c1
-rw-r--r--npc/026-1/ctrl.c4
2 files changed, 2 insertions, 3 deletions
diff --git a/npc/026-0/ctrl.c b/npc/026-0/ctrl.c
index ef698b6f0..c201c2641 100644
--- a/npc/026-0/ctrl.c
+++ b/npc/026-0/ctrl.c
@@ -27,7 +27,6 @@ L_Warp:
close;
}
warp "026-1", 29, 94;
- dispbottom l("Coming Soon, in Moubootaur Legends!");
end;
}
diff --git a/npc/026-1/ctrl.c b/npc/026-1/ctrl.c
index 21c724de6..26bb478a6 100644
--- a/npc/026-1/ctrl.c
+++ b/npc/026-1/ctrl.c
@@ -48,8 +48,8 @@ OnMinute45:
// Other misc controllers
function script 0261_GateChange {
- if (Sp < MaxSp) end;
- if (Hp < MaxHp) end;
+ //if (Sp < MaxSp) end;
+ if (Hp < MaxHp) {die(); end;}
$@DATA_0261[12] = true;
percentheal -99, -100;
dispbottom "*snap* - Oh noes, there was a trap!";