diff options
Diffstat (limited to 'npc/026-1/ctrl.c')
-rw-r--r-- | npc/026-1/ctrl.c | 4 |
1 files changed, 2 insertions, 2 deletions
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!"; |