diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-07-07 22:56:15 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-07-07 22:57:46 -0700 |
commit | 387a7313139f7fa7492b226dcdfd3c642c81d83e (patch) | |
tree | cdbd990e608da7e9e9269281b837f6a57ac15dd1 /world/map/npc/009-2 | |
parent | 4bc5fc0a3b0a8c9ebb986b83acd5312f6aa69581 (diff) | |
download | serverdata-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/009-2')
-rw-r--r-- | world/map/npc/009-2/olana.txt | 6 | ||||
-rw-r--r-- | world/map/npc/009-2/selim.txt | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/009-2/olana.txt b/world/map/npc/009-2/olana.txt index d528cc41..3e7be881 100644 --- a/world/map/npc/009-2/olana.txt +++ b/world/map/npc/009-2/olana.txt @@ -82,9 +82,9 @@ L_Worried: L_See: if (gotcherry == 1) goto L_Task; - if (countitem("cherry") < @Cherry_Amount) + if (countitem("Cherry") < @Cherry_Amount) goto L_Worried; - delitem "cherry", @Cherry_Amount; + delitem "Cherry", @Cherry_Amount; menu "Hi, Rossy asked me to give you this. She says it is a gift from both her and Julia.", -; mes "[Olana]"; @@ -147,7 +147,7 @@ L_RG: close; L_RC: - if(countitem("redrose") < @RedRose_Amount) + if(countitem("RedRose") < @RedRose_Amount) goto L_RG; mes "[Olana]"; set Rossy_Quest, 10; diff --git a/world/map/npc/009-2/selim.txt b/world/map/npc/009-2/selim.txt index 055e54eb..dee87a8e 100644 --- a/world/map/npc/009-2/selim.txt +++ b/world/map/npc/009-2/selim.txt @@ -90,13 +90,13 @@ L_miniskirt: L_tanktop: set @del, 688; set @new, 2090; - set @name$, "tanktop"; + set @name$, "tank top"; goto L_picked_item; L_tanktop_short: set @del, 689; set @new, 2120; - set @name$, "short tanktop"; + set @name$, "short tank top"; goto L_picked_item; L_robe: |