From 387a7313139f7fa7492b226dcdfd3c642c81d83e Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sun, 7 Jul 2013 22:56:15 -0700 Subject: Canonicalize case of items, which will soon be strict --- world/map/npc/025-1/rossy.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'world/map/npc/025-1/rossy.txt') 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; -- cgit v1.2.3-60-g2f50