diff options
author | Jarrett Thomas-Huxley <fotherjarrett@gmail.com> | 2010-05-02 00:59:46 -0400 |
---|---|---|
committer | Jarrett Thomas-Huxley <fotherjarrett@gmail.com> | 2010-05-02 00:59:46 -0400 |
commit | f0a5ca4865f1600934b509812799ccd17147d413 (patch) | |
tree | cfccc0b903cf73caeed044af9a360b8c58e85017 /npc/013-3_Cave/mask_chest.txt | |
parent | c55b3a1f385249f274aa4af59dcd81f1a6e1c5b4 (diff) | |
download | serverdata-f0a5ca4865f1600934b509812799ccd17147d413.tar.gz serverdata-f0a5ca4865f1600934b509812799ccd17147d413.tar.bz2 serverdata-f0a5ca4865f1600934b509812799ccd17147d413.tar.xz serverdata-f0a5ca4865f1600934b509812799ccd17147d413.zip |
Add naming prefix "Pink" to flower mob & petal item
Diffstat (limited to 'npc/013-3_Cave/mask_chest.txt')
-rw-r--r-- | npc/013-3_Cave/mask_chest.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/013-3_Cave/mask_chest.txt b/npc/013-3_Cave/mask_chest.txt index 2e292e50..15404e6d 100644 --- a/npc/013-3_Cave/mask_chest.txt +++ b/npc/013-3_Cave/mask_chest.txt @@ -6,7 +6,7 @@ if (countitem("MaggotSlime") == 0) goto L_No_maggot_slime; if (countitem("SmallMushroom") == 0) goto L_No_mushroom; - if (countitem("Petal") == 0) goto L_No_petal; + if (countitem("PinkPetal") == 0) goto L_No_pink_petal; if (countitem("Pearl") == 0) goto L_No_pearl; if (countitem("HardSpike") == 0) goto L_No_hard_spike; @@ -32,7 +32,7 @@ getinventorylist; if (@inventorylist_count == 100 && countitem("MaggotSlime") > 1 && countitem("BugLeg") > 1 && countitem("SilkCocoon") > 1 - && countitem("SmallMushroom") > 1 && countitem("Petal") > 1 && countitem("Pearl") > 1 + && countitem("SmallMushroom") > 1 && countitem("PinkPetal") > 1 && countitem("Pearl") > 1 && countitem("HardSpike") > 1 && countitem("RawLog") > 1 && countitem("PinkAntenna") > 1 && countitem("DarkCrystal") > 1 && countitem("IronOre") > 1 && countitem("ScorpionStinger") > 1 && countitem("RedScorpionStinger") > 1 && countitem("BlackScorpionStinger") > 1 && countitem("SnakeTongue") > 1 @@ -46,7 +46,7 @@ delitem "SilkCocoon", 1; delitem "SmallMushroom", 1; - delitem "Petal", 1; + delitem "PinkPetal", 1; delitem "Pearl", 1; delitem "HardSpike", 1; @@ -91,8 +91,8 @@ L_No_mushroom: mes "You do not have a mushroom, neither big, nor small."; close; -L_No_petal: - mes "You can't seem to find that petal you had."; +L_No_pink_petal: + mes "You can't seem to find that pink petal you had."; close; L_No_pearl: |