diff options
Diffstat (limited to 'world/map/npc/012-1')
-rw-r--r-- | world/map/npc/012-1/flowerpentagram2.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/012-1/flowerpentagram2.txt b/world/map/npc/012-1/flowerpentagram2.txt index 21910356..f1dee0fe 100644 --- a/world/map/npc/012-1/flowerpentagram2.txt +++ b/world/map/npc/012-1/flowerpentagram2.txt @@ -23,9 +23,9 @@ L_SecondFlower: goto L_Close; L_Place: -// if ((countitem("TODO:name") < 1)) -// goto L_NoFlower; -// delitem "TODO:name", 1; + if (countitem("PurpleSummonFlower") < 1) + goto L_NoFlower; + delitem "PurpleSummonFlower", 1; mes "Remembering what happened last time, you take a careful look around. Everything's calm. You proceed and place the second flower."; mes "Tension builds up around you. You're alarmed."; set OrumQuest, 21; |