summaryrefslogtreecommitdiff
path: root/world/map/npc/025-1
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-07-07 22:56:15 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-07-07 22:57:46 -0700
commit387a7313139f7fa7492b226dcdfd3c642c81d83e (patch)
treecdbd990e608da7e9e9269281b837f6a57ac15dd1 /world/map/npc/025-1
parent4bc5fc0a3b0a8c9ebb986b83acd5312f6aa69581 (diff)
downloadserverdata-387a7313139f7fa7492b226dcdfd3c642c81d83e.tar.gz
serverdata-387a7313139f7fa7492b226dcdfd3c642c81d83e.tar.bz2
serverdata-387a7313139f7fa7492b226dcdfd3c642c81d83e.tar.xz
serverdata-387a7313139f7fa7492b226dcdfd3c642c81d83e.zip
Canonicalize case of items, which will soon be strict
Diffstat (limited to 'world/map/npc/025-1')
-rw-r--r--world/map/npc/025-1/rossy.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/world/map/npc/025-1/rossy.txt b/world/map/npc/025-1/rossy.txt
index de3ce386..e6b5e8d4 100644
--- a/world/map/npc/025-1/rossy.txt
+++ b/world/map/npc/025-1/rossy.txt
@@ -170,7 +170,7 @@ close;
L_Donet:
if (Rossy_Quest == 10
- && countitem("redrose") >= @RedRose_Amount)
+ && countitem("RedRose") >= @RedRose_Amount)
goto L_RG;
menu
"David took your potion and he tested it in front of me. It worked perfectly!", -;
@@ -179,9 +179,9 @@ L_Donet:
close;
L_RG:
- if (countitem("redrose") < @RedRose_Amount)
+ if (countitem("RedRose") < @RedRose_Amount)
goto L_No;
- delitem "redrose", @RedRose_Amount;
+ delitem "RedRose", @RedRose_Amount;
menu
"Your mother was so happy that she asked me to bring you these flowers.", -;
mes "[Rossy]";
@@ -198,7 +198,7 @@ close;
L_Allergic:
mes "Rossy sneezes a lot.";
if (Rossy_Quest == 12
- && countitem("redtulip") >= @RedTulip_Amount)
+ && countitem("RedTulip") >= @RedTulip_Amount)
goto L_Sorry;
close;
@@ -208,9 +208,9 @@ L_Sorry:
L_See:
mes "[Rossy]";
- if (countitem("redtulip") < @RedTulip_Amount)
+ if (countitem("RedTulip") < @RedTulip_Amount)
goto L_No;
- delitem "redtulip", @RedTulip_Amount;
+ delitem "RedTulip", @RedTulip_Amount;
set Rossy_Quest, 13;
mes "\"That's better! Go and tell my mother that she is the nicest mother in the world.\"";
next;