From 8dda2d8aeead5d48b811cf45cde19a20a4646db9 Mon Sep 17 00:00:00 2001 From: tux9th Date: Sun, 8 Sep 2013 09:55:54 +0200 Subject: Fix Waric: replace root with dark crystal. --- world/map/npc/017-4/waric.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'world/map/npc') diff --git a/world/map/npc/017-4/waric.txt b/world/map/npc/017-4/waric.txt index e9b446fc..bdabb63e 100644 --- a/world/map/npc/017-4/waric.txt +++ b/world/map/npc/017-4/waric.txt @@ -270,19 +270,19 @@ L_Snakes: L_SnakesIngredients: set OrumQuest, 39; mes "[Waric]"; - mes "\"Did you bring one root and a snake egg?\""; + mes "\"Did you bring one Dark Crystal and a Snake Egg?\""; menu "Yes, I have what you want.", -, "No, I need more time.", L_NoItem; - if ((countitem("Root") < 0) + if ((countitem("DarkCrystal") < 0) || (countitem("SnakeEgg") < 0)) goto L_NoItem; - delitem "Root", 1; + delitem "DarkCrystal", 1; delitem "SnakeEgg", 1; mes "[Waric]"; mes "\"Observe!\""; next; - mes "The wizard takes the root and the egg, mumbling something you don't understand. Suddenly, he throws the egg into the air and strikes it with the root midair."; + mes "The wizard takes the crystal and the egg, mumbling something you don't understand. Suddenly, he throws the egg into the air and throws the crystal right through it midair."; next; mes "The Egg cracks open and a living snake comes out of the egg."; next; -- cgit v1.2.3-60-g2f50