diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-17 20:46:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-17 20:46:04 -0300 |
commit | f667831454e7b25b95859482ccb64b9a11b7559e (patch) | |
tree | 1e24020b0bb4a13a541e6420c2c9f6695d93e9c1 /npc/021-1/yeti.txt | |
parent | 3d7950cbfb5ddd381fcde3f36b8f9c6b75d00961 (diff) | |
download | serverdata-f667831454e7b25b95859482ccb64b9a11b7559e.tar.gz serverdata-f667831454e7b25b95859482ccb64b9a11b7559e.tar.bz2 serverdata-f667831454e7b25b95859482ccb64b9a11b7559e.tar.xz serverdata-f667831454e7b25b95859482ccb64b9a11b7559e.zip |
Yetis in 021-1 now take 90% of HP, instead of 100%
Diffstat (limited to 'npc/021-1/yeti.txt')
-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; |