diff options
Diffstat (limited to 'world/map/npc/056-1')
-rw-r--r-- | world/map/npc/056-1/flowerpentagram5.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/056-1/flowerpentagram5.txt b/world/map/npc/056-1/flowerpentagram5.txt index 31786166..27ba9b91 100644 --- a/world/map/npc/056-1/flowerpentagram5.txt +++ b/world/map/npc/056-1/flowerpentagram5.txt @@ -33,9 +33,9 @@ L_Place: if (($@Flower_Pentagram_Time > gettimetick(2) - 3600) && ($@Flower_Pentagram_Mobcount > 5)) // TODO: balance treshold goto L_TooEarly; set $@Flower_Pentagram_Time, gettimetick(2); -// if ((countitem("TODO:name") < 1)) -// goto L_NoFlower; -// delitem "TODO:name", 1; + if (countitem("RedSummonFlower") < 1) + goto L_NoFlower; + delitem "RedSummonFlower", 1; mes "The moment you think you can't endure it anymore, the webbing of the world seems to tear apart."; set OrumQuest, 31; |