summaryrefslogtreecommitdiff
path: root/npc/013-3_Cave/mask_chest.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/013-3_Cave/mask_chest.txt')
-rw-r--r--npc/013-3_Cave/mask_chest.txt10
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: