summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2/wyara.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/009-2/wyara.txt')
-rw-r--r--world/map/npc/009-2/wyara.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/world/map/npc/009-2/wyara.txt b/world/map/npc/009-2/wyara.txt
index dd8f7f25..1b912019 100644
--- a/world/map/npc/009-2/wyara.txt
+++ b/world/map/npc/009-2/wyara.txt
@@ -317,7 +317,7 @@ L_M_purify_explained:
goto L_M_purify_doit;
mes "[Wyara the Witch]";
- mes "\"To make the purification potion, I will need twenty maggot slimes and twenty leaves of mauve.\"";
+ mes "\"To make the purification potion, I will need twenty insect slimes and twenty leaves of mauve.\"";
next;
menu
"I shall get them later.", L_M_main,
@@ -326,14 +326,14 @@ L_M_purify_explained:
L_Next:
getinventorylist;
- if ((@inventorylist_count == 100) && (countitem("MauveHerb") > 20) && (countitem("MaggotSlime") > 20))
+ if ((@inventorylist_count == 100) && (countitem("MauveHerb") > 20) && (countitem("InsectSlime") > 20))
goto L_M_purify_nospace;
if (countitem("MauveHerb") < 20)
goto L_M_purify_lacking;
- if (countitem("MaggotSlime") < 20)
+ if (countitem("InsectSlime") < 20)
goto L_M_purify_lacking;
delitem "MauveHerb", 20;
- delitem "MaggotSlime", 20;
+ delitem "InsectSlime", 20;
getitem "PurificationPotion", 1;
mes "[Wyara the Witch]";
mes "Wyara grinds the leaves and mixes them with the slime, boils them, then speaks a brief incantation over them and hands you the result.";
@@ -353,7 +353,7 @@ L_M_purify_nospace:
L_M_purify_lacking:
mes "[Wyara the Witch]";
- mes "\"You'll need twenty mauve leaves and twenty maggot slimes for the potion.\"";
+ mes "\"You'll need twenty mauve leaves and twenty insect slimes for the potion.\"";
next;
goto L_M_main;
@@ -365,7 +365,7 @@ L_M_purify_once:
if (countitem("PurificationPotion"))
goto L_M_purify_doit2;
mes "[Wyara the Witch]";
- mes "\"I'll need twenty more maggot slimes and leaves of mauve.\"";
+ mes "\"I'll need twenty more insect slimes and leaves of mauve.\"";
next;
menu
"I'll do that later.", L_Main,
@@ -374,14 +374,14 @@ L_M_purify_once:
L_Next1:
getinventorylist;
- if ((@inventorylist_count == 100) && (countitem("MauveHerb") > 20) && (countitem("MaggotSlime") > 20))
+ if ((@inventorylist_count == 100) && (countitem("MauveHerb") > 20) && (countitem("InsectSlime") > 20))
goto L_M_purify_nospace;
if (countitem("MauveHerb") < 20)
goto L_M_purify_lacking;
- if (countitem("MaggotSlime") < 20)
+ if (countitem("InsectSlime") < 20)
goto L_M_purify_lacking;
delitem "MauveHerb", 20;
- delitem "MaggotSlime", 20;
+ delitem "InsectSlime", 20;
getitem "PurificationPotion", 1;
mes "[Wyara the Witch]";
mes "Wyara brews another purification potion.";