From bdbdbde984475c869f2c4e0272a68d294a06cf74 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Sun, 26 May 2013 21:02:24 +0200 Subject: Amend Orum's script and the flowerpentagrams to use the actual items. --- world/map/npc/055-1/flowerpentagram4.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world/map/npc/055-1') 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; -- cgit v1.2.3-60-g2f50