diff options
Diffstat (limited to 'world/map/npc/017-1')
-rw-r--r-- | world/map/npc/017-1/flowerpentagram1.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/017-1/flowerpentagram1.txt b/world/map/npc/017-1/flowerpentagram1.txt index 38f51d0b..d0cda333 100644 --- a/world/map/npc/017-1/flowerpentagram1.txt +++ b/world/map/npc/017-1/flowerpentagram1.txt @@ -23,9 +23,9 @@ L_FirstFlower: goto L_Close; L_Place: -// if (countitem("TODO:name") < 1) -// goto L_NoFlower; -// delitem "TODO:name", 1; + if (countitem("OrangeSummonFlower") < 1) + goto L_NoFlower; + delitem "OrangeSummonFlower", 1; mes "You carefully place the magic flower on the marked spot. You feel some tension in the air around you."; set OrumQuest, 18; close2; |