From 8de2099a5424e73d314aab7d5a674cd35dd8e34b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 1 Mar 2021 23:40:41 -0300 Subject: Fix a few typos --- db/homun_skill_tree.txt | 2 -- npc/026-0/ctrl.c | 1 - npc/026-1/ctrl.c | 4 ++-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/db/homun_skill_tree.txt b/db/homun_skill_tree.txt index feb8b3cba..9d95982d9 100644 --- a/db/homun_skill_tree.txt +++ b/db/homun_skill_tree.txt @@ -23,8 +23,6 @@ // 6007 = all rounder // 6008 = superior -6001,8044,5,0,0,0,0,0,0,0,0,0,0,0 //TMW2_SKILLH** - Does nothing - 6001,8013,5,0,0,0,0,0,0,0,0,0,0,0 //HVAN_CAPRICE** - Rand-cast bolts 6002,8045,9,0,0,0,0,0,0,0,0,0,0,0 //TMW2_HOMUN_HEAL - healing skill. 6003,8002,5,0,0,0,0,0,0,0,0,0,0,0 //HLIF_AVOID***** Raises walk speed 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!"; -- cgit v1.2.3-70-g09d2