diff options
Diffstat (limited to 'world/map/npc/017-4')
-rw-r--r-- | world/map/npc/017-4/waric.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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; |