diff options
Diffstat (limited to 'world/map/npc/018-1')
-rw-r--r-- | world/map/npc/018-1/flowerpentagram3.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/018-1/flowerpentagram3.txt b/world/map/npc/018-1/flowerpentagram3.txt index e80a6317..07195529 100644 --- a/world/map/npc/018-1/flowerpentagram3.txt +++ b/world/map/npc/018-1/flowerpentagram3.txt @@ -23,9 +23,9 @@ L_ThirdFlower: goto L_Close; L_Place: -// if ((countitem("TODO:name") < 1)) -// goto L_NoFlower; -// delitem "TODO:name", 1; + if (countitem("WhiteSummonFlower") < 1) + goto L_NoFlower; + delitem "WhiteSummonFlower", 1; mes "Knowing what will happen, you prepare yourself for a fight. Then you go ahead and place the magical flower."; mes "You feel the familiar tension around you. Here they come."; set OrumQuest, 24; |