diff options
Diffstat (limited to 'world/map/npc/055-1')
-rw-r--r-- | world/map/npc/055-1/flowerpentagram4.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/055-1/flowerpentagram4.txt b/world/map/npc/055-1/flowerpentagram4.txt index 6af2fa6a..f56a9059 100644 --- a/world/map/npc/055-1/flowerpentagram4.txt +++ b/world/map/npc/055-1/flowerpentagram4.txt @@ -23,9 +23,9 @@ L_FourthFlower: goto L_Close; L_Place: -// if ((countitem("TODO:name") < 1)) -// goto L_NoFlower; -// delitem "TODO:name", 1; + if (countitem("YellowSummonFlower") < 1) + goto L_NoFlower; + delitem "YellowSummonFlower", 1; mes "Worried about what will leak from the astral plane this time, you prepare yourself and put the flower in place."; mes "As expected you feel the magical tension building up. They're coming."; set OrumQuest, 28; |