From e43642365cf8ff6e38da17f537de3cc5e732c144 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Wed, 9 Jan 2013 16:24:53 +0100 Subject: Katze quest: subtract 30% of health instead of fixed number when scratched by the cat. --- world/map/npc/015-3/katze.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'world/map/npc/015-3') 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..."; -- cgit v1.2.3-60-g2f50