summaryrefslogtreecommitdiff
path: root/npc/009-3/kevin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-3/kevin.txt')
-rw-r--r--npc/009-3/kevin.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/009-3/kevin.txt b/npc/009-3/kevin.txt
index 274702486..923ac1b94 100644
--- a/npc/009-3/kevin.txt
+++ b/npc/009-3/kevin.txt
@@ -33,7 +33,7 @@ L_Menu:
case 2:
goto L_Powder;
case 3:
- goto L_Dye;
+ goto L_Dye;
case 4:
goto L_Quit;
}
@@ -95,7 +95,7 @@ L_Powder:
L_Dye:
mesn;
- mesq l("Actually, using a byproduct of my other works and a few additional ingredients, I could make a %s",
+ mesq l("Actually, using a byproduct of my other works and a few additional ingredients, I could make a %s",
getitemlink(PinkDye));
if (BaseLevel < 25) {
mesq l("Hmm...actually, nevermind.");
@@ -109,9 +109,9 @@ L_Dye:
goto L_Menu;
}
next;
- mesq l("Bring me %d %s, %d %s, and %d %s and I can make it for you... oh and it will be %d GP for my work.",
- 1, getitemlink(BottleOfTonoriWater), 20, getitemlink(PinkBlobime), 30, getitemlink(Plushroom), 500);
- if (getq(HalinarzoQuest_Kevin) < 1)
+ mesq l("Bring me %d %s, %d %s, and %d %s and I can make it for you... oh and it will be %d GP for my work.",
+ 1, getitemlink(BottleOfTonoriWater), 20, getitemlink(PinkBlobime), 30, getitemlink(Plushroom), 500);
+ if (getq(HalinarzoQuest_Kevin) < 1)
setq HalinarzoQuest_Kevin, 1;
next;
select
@@ -138,7 +138,7 @@ L_Dye:
if (getq(HalinarzoQuest_Kevin) == 1) {
setq HalinarzoQuest_Kevin, 2;
getexp 300, 0;
- }
+ }
mesn;
mesq l("Thanks! Here you go. Perhaps you want another one?");
next;
@@ -153,7 +153,7 @@ L_Quit:
closedialog;
goodbye;
close;
-
+
OnInit:
.@npcId = getnpcid(.name$);
setunitdata(.@npcId, UDT_HEADTOP, FancyHat);