From c318b9a5ae988a982cc4ffcad2faaf6549aed9d8 Mon Sep 17 00:00:00 2001 From: HoraK-FDF Date: Tue, 30 Apr 2024 13:06:03 +0200 Subject: item adds/changes --- world/map/npc/008-1/mikhail.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'world/map/npc/008-1') diff --git a/world/map/npc/008-1/mikhail.txt b/world/map/npc/008-1/mikhail.txt index aca28beb..1098ae26 100644 --- a/world/map/npc/008-1/mikhail.txt +++ b/world/map/npc/008-1/mikhail.txt @@ -16,7 +16,7 @@ L_Con_Mik_First: L_Start: mes "[Mikhail]"; - mes "\"Bernard sent me to get five Maggot Slimes from the maggots in the fields, but they scare me so bad!\""; + mes "\"Bernard sent me to get five Insect Slimes from the maggots in the fields, but they scare me so bad!\""; next; mes "\"You look like a nice person. Would you go get them for me?\""; menu @@ -31,21 +31,21 @@ L_accept: L_Progress: mes "[Mikhail]"; - mes "\"Did you bring me the five Maggot Slimes I need?\""; + mes "\"Did you bring me the five Insect Slimes I need?\""; next; menu "Yes, here they are, kiddo!", L_try, "Not yet, but I'll be back soon.", L_Close; L_try: - if (countitem("MaggotSlime") >= 5) + if (countitem("InsectSlime") >= 5) goto L_get; mes "[Mikhail]"; mes "\"It doesn't look like you have them all...\""; goto L_Close; L_get: - delitem "MaggotSlime", 5; + delitem "InsectSlime", 5; getexp 100, 0; set QL_SOUP, 6; mes "[Mikhail]"; @@ -54,7 +54,7 @@ L_get: L_Done: mes "[Mikhail]"; - mes "\"Thanks again for helping me get those Maggot Slimes!\""; + mes "\"Thanks again for helping me get those Insect Slimes!\""; goto L_Close; L_Close: -- cgit v1.2.3-60-g2f50