diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2013-01-09 16:24:53 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-01-09 16:48:42 +0100 |
commit | e43642365cf8ff6e38da17f537de3cc5e732c144 (patch) | |
tree | bc8782ccb0a75468472c6ec04d37ae08a4cd356d /world | |
parent | 1fe1fa6cb2fa8590a1bb7bed236b615662446a2d (diff) | |
download | serverdata-e43642365cf8ff6e38da17f537de3cc5e732c144.tar.gz serverdata-e43642365cf8ff6e38da17f537de3cc5e732c144.tar.bz2 serverdata-e43642365cf8ff6e38da17f537de3cc5e732c144.tar.xz serverdata-e43642365cf8ff6e38da17f537de3cc5e732c144.zip |
Katze quest: subtract 30% of health instead of fixed number when scratched by the cat.
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/015-3/katze.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/world/map/npc/015-3/katze.txt b/world/map/npc/015-3/katze.txt index e6e7753d..02d74359 100644 --- a/world/map/npc/015-3/katze.txt +++ b/world/map/npc/015-3/katze.txt @@ -40,9 +40,7 @@ L_NeedsMilk: L_ThrowStone: set Katze, 0; - // Maybe make sure not to kill the player, since this has an issue. The - // text below will remain in the NPC dialog until it is used again. - heal -100,0; + percentheal -30, 0; warp "015-1.gat", 60, 32; mes "\"GRAAUWL! Hissss...\""; mes "Yikes, the cat attacked you! Your whole body is scratched. Maybe throwing a stone wasn't such a great idea..."; |