diff options
Diffstat (limited to 'npc/021-1')
-rw-r--r-- | npc/021-1/yeti.txt | 4 |
1 files 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; |