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.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/world/map/npc/009-2/wyara.txt b/world/map/npc/009-2/wyara.txt
index dd8f7f25..41d79392 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.";
@@ -487,7 +487,7 @@ L_M_train_t_backgd:
mes "\"Many generations ago, there was a lush, green oasis in the desert south-east of Tulimshar. Plants of all kinds grew there, and many animals, including mouboos, made this place their home.\"";
next;
mes "[Wyara the Witch]";
- mes "\"Then there came war, and some people pleaded to a dragon called Grenxen. He founded Tulimshar, and to provide it with water he changed the underground waterflow. The oasis began to dry out quickly.\"";
+ mes "\"Then there came war, and some people pleaded to the demon Grenxen. He founded Tulimshar, and to provide it with water he changed the underground waterflow. The oasis began to dry out quickly.\"";
next;
mes "[Wyara the Witch]";
mes "\"But the oasis, like many such places back in the old days, had a druid watching over it. The druid refused to accept what Grenxen had done, but he was powerless to revert or change it.\"";