summaryrefslogtreecommitdiff
path: root/npc/009-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-1')
-rw-r--r--npc/009-1/kevin.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/009-1/kevin.txt b/npc/009-1/kevin.txt
index 8499e4139..d5655a961 100644
--- a/npc/009-1/kevin.txt
+++ b/npc/009-1/kevin.txt
@@ -1,11 +1,13 @@
// TMW2 Script
// Author:
// Saulc
+// Vasily_Makarov (original from Evol)
+// Jesusalva
009-1,79,62,0 script Kevin NPC_PLAYER,{
speech S_LAST_NEXT,
- l("I am Kevin, an alchemist specialized in reset potions.");
+ l("I am @@, an alchemist specialized in reset potions.", .name$);
L_Menu:
.@plush_count = BaseLevel*210-(9*210);
@@ -62,9 +64,7 @@ L_ConfirmReset:
l("It seems that you have no status points to reset!"),
l("But the money you brought was really awesome you know."),
l("Come back when you will really need me.");
- }
- else
- {
+ } else {
speech S_LAST_NEXT,
l("Let's see... @@ of your status points have just been reset!", StatusPoint - .@wasSP),
l("Spend it wisely this time."),
@@ -93,6 +93,6 @@ OnInit:
setunitdata(.@npcId, UDT_HAIRCOLOR, 17);
.sex = G_MALE;
- .distance = 3;
+ .distance = 4;
end;
}