summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/npc/017-4/orum.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/017-4/orum.txt b/world/map/npc/017-4/orum.txt
index 101a20d8..014830a5 100644
--- a/world/map/npc/017-4/orum.txt
+++ b/world/map/npc/017-4/orum.txt
@@ -195,7 +195,7 @@ L_AskMonsters:
L_SecondFlower: // 19: Got task to bring materials for second magical flower
mes "[Orum]";
- mes "\"Bring me " + @AMOUNT_PINKPETAL + " Pink Petals, " + @AMOUNT_STINGER + " Scorpion Stingers and one Purple Tulip.\"";
+ mes "\"Bring me " + @AMOUNT_PINKPETAL + " Pink Petals, " + @AMOUNT_STINGER + " Scorpion Stingers and one Pink Tulip.\"";
menu
"I have it.", -,
"All right, I'll get it.", L_Close,
@@ -203,12 +203,12 @@ L_SecondFlower: // 19: Got task to bring materials for second magical flower
if ((countitem("PinkPetal") < @AMOUNT_PINKPETAL)
|| (countitem("ScorpionStinger") < @AMOUNT_STINGER)
- || (countitem("PurpleTulip") < 1))
+ || (countitem("PinkTulip") < 1))
goto L_NoItem;
delitem "PinkPetal", @AMOUNT_PINKPETAL;
delitem "ScorpionStinger", @AMOUNT_STINGER;
- delitem "PurpleTulip", 1;
+ delitem "PinkTulip", 1;
getitem "PurpleSummonFlower", 1;
set OrumQuest, 20;
@@ -250,7 +250,7 @@ L_PlaceSecondFlower: // 20: Got task to place the second magical flower
set OrumQuest, 19;
mes "[Orum]";
- mes "\"Ok, now that this is settled, bring me " + @AMOUNT_PINKPETAL + " Pink Petals, " + @AMOUNT_STINGER + " Scorpion Stingers and one Purple Tulip again.\"";
+ mes "\"Ok, now that this is settled, bring me " + @AMOUNT_PINKPETAL + " Pink Petals, " + @AMOUNT_STINGER + " Scorpion Stingers and one Pink Tulip again.\"";
goto L_Close;
L_PlacedSecondFlower: // 21: Placed second magical flower