summaryrefslogtreecommitdiff
path: root/world/map/npc/015-3/katze.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/015-3/katze.txt')
-rw-r--r--world/map/npc/015-3/katze.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/world/map/npc/015-3/katze.txt b/world/map/npc/015-3/katze.txt
index 15dea917..1aec54db 100644
--- a/world/map/npc/015-3/katze.txt
+++ b/world/map/npc/015-3/katze.txt
@@ -1,7 +1,7 @@
// Katze doesn't like the player at first, needs following:
//
// 1. Some milk
-// 2. Some steak or chicken leg
+// 2. Some steak or bird leg
// 3. Some fur
//
// Now the cat starts to speak, still needs:
@@ -11,7 +11,7 @@
//
// * 2 Snake skins
// * 2 Snake tongues
-// * 2 Maggot slimes
+// * 2 Insect slimes
// * 2 White furs
// * 2 Hard spikes
// * 2 Tiny potions
@@ -108,7 +108,7 @@ L_NeedsStuff:
mes "\"You've been really kind to me. I can make you something nice, but I will need";
mes "2 Snake Skins,";
mes "2 Snake Tongues,";
- mes "2 Maggot Slimes,";
+ mes "2 Insect Slimes,";
mes "2 White Furs,";
mes "2 Hard Spikes and";
mes "2 Tiny Healing Potions.\"";
@@ -136,7 +136,7 @@ L_Please:
mes "\"Alright... [the cat glares at you] it was";
mes "2 Snake Skins,";
mes "2 Snake Tongues,";
- mes "2 Maggot Slimes,";
+ mes "2 Insect Slimes,";
mes "2 White Furs,";
mes "2 Hard Spikes and";
mes "2 Tiny Healing Potions.\"";
@@ -145,7 +145,7 @@ L_Please:
L_CatChecksStuff:
if (countitem("SnakeSkin") > 1
&& countitem("SnakeTongue") > 1
- && countitem("MaggotSlime") > 1
+ && countitem("InsectSlime") > 1
&& countitem("WhiteFur") > 1
&& countitem("HardSpike") > 1
&& countitem("TinyHealingPotion") > 1)
@@ -157,7 +157,7 @@ L_CatChecksStuff:
L_GiveStuff:
delitem "SnakeSkin", 2;
delitem "SnakeTongue", 2;
- delitem "MaggotSlime", 2;
+ delitem "InsectSlime", 2;
delitem "WhiteFur", 2;
delitem "HardSpike", 2;
delitem "TinyHealingPotion", 2;