From f667831454e7b25b95859482ccb64b9a11b7559e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 17 Jul 2019 20:46:04 -0300 Subject: Yetis in 021-1 now take 90% of HP, instead of 100% --- npc/021-1/yeti.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/021-1/yeti.txt b/npc/021-1/yeti.txt index 23b50180d..171cddeaf 100644 --- a/npc/021-1/yeti.txt +++ b/npc/021-1/yeti.txt @@ -174,7 +174,7 @@ L_Warning: L_Hit: npctalk3 l("DIE, SCUM!"); @yetiagro=0; - percentheal -100, -100; + percentheal -90, -100; close; OnInit: @@ -215,7 +215,7 @@ L_Warning: L_Hit: mesn; mesq l("DIE, SCUM!"); - percentheal -100, -100; + percentheal -90, -100; @yetiagro=0; close; -- cgit v1.2.3-70-g09d2