diff options
Diffstat (limited to 'world/map/npc/018-2')
-rw-r--r-- | world/map/npc/018-2/caul.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/018-2/caul.txt b/world/map/npc/018-2/caul.txt index 4709cfc9..2616d72f 100644 --- a/world/map/npc/018-2/caul.txt +++ b/world/map/npc/018-2/caul.txt @@ -463,7 +463,7 @@ L_mo_explode: goto L_mo_explode_dodge; mes "The burst of boiling monster brew hits you."; next; - heal (15 * rand(Vit)) - 1500, 0, 1; + heal max(0 - Hp + 1, (15 * rand(Vit)) - 1500), 0, 1; close; L_mo_explode_dodge: @@ -1022,10 +1022,10 @@ L_check_exp_nof: // in some cases it is not: // kabooom! close2; - heal -(Hp/2), 0; misceffect 5; misceffect 16; - heal -Hp, 0; + set Hp, 1; + warp getsavepoint(0), getsavepoint(1), getsavepoint(2); end; L_calc_dempo_color: |