summaryrefslogtreecommitdiff
path: root/world/map/npc/017-1/flowerpentagram5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/017-1/flowerpentagram5.txt')
-rw-r--r--world/map/npc/017-1/flowerpentagram5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/017-1/flowerpentagram5.txt b/world/map/npc/017-1/flowerpentagram5.txt
index f8947dbd..44db161f 100644
--- a/world/map/npc/017-1/flowerpentagram5.txt
+++ b/world/map/npc/017-1/flowerpentagram5.txt
@@ -40,7 +40,7 @@ L_Place:
mes "Nervous about what's going to happen, you take the last of the flowers and put it into its place.";
next;
mes "Tension builds up around you, much stronger than before. You can feel it compressing your head, and a liquid warmth spreads under your nose, leaving a metallic taste on your lips.";
- heal -5, 0;
+ set Hp, max(1, Hp - 5);
next;
callfunc "FlowerPentagramCount";
if (($@Flower_Pentagram_Time > gettimetick(2) - 3600) && ($@Flower_Pentagram_Mobcount > 15))