diff options
author | Wushin <pasekei@gmail.com> | 2015-04-13 21:26:19 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-04-13 21:26:19 -0500 |
commit | 85a8149eeb2fde05a28863516399b667b9ab3c81 (patch) | |
tree | 6c4892765fe665925551f29dcb0a7ea7774e664d /world/map/npc/annuals/xmas/barriers.txt | |
parent | 9694fdc1c7ca65fc2a7396f736fa83fde9954999 (diff) | |
parent | 9a2e1a8e79ca78a16ebd67a596583f00914ca022 (diff) | |
download | serverdata-85a8149eeb2fde05a28863516399b667b9ab3c81.tar.gz serverdata-85a8149eeb2fde05a28863516399b667b9ab3c81.tar.bz2 serverdata-85a8149eeb2fde05a28863516399b667b9ab3c81.tar.xz serverdata-85a8149eeb2fde05a28863516399b667b9ab3c81.zip |
Merge pull request #322 from mekolat/heal
percentheal, itemheal => heal
Diffstat (limited to 'world/map/npc/annuals/xmas/barriers.txt')
-rw-r--r-- | world/map/npc/annuals/xmas/barriers.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/annuals/xmas/barriers.txt b/world/map/npc/annuals/xmas/barriers.txt index 4c7837af..5dd30774 100644 --- a/world/map/npc/annuals/xmas/barriers.txt +++ b/world/map/npc/annuals/xmas/barriers.txt @@ -92,7 +92,7 @@ L_EnterDialogue: "Hit it with my strong fist.", L_Enter; L_Tux9th: - itemheal -20, 0; + heal -20, 0; message strcharinfo(0), "Ouch, that hurt!"; setlook LOOK_HAIR_STYLE, rand(20); goto L_Fail; @@ -110,7 +110,7 @@ L_Sword: L_Gloves: mes "Wow! Next time you plan to hit a wall,"; mes "you had better equip some decent gloves in advance."; - itemheal -20, 0; + heal -20, 0; message strcharinfo(0), "Ouch, that hurt!"; goto L_QueryWarp; |