summaryrefslogtreecommitdiff
path: root/npc/003-2/eistein.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-2/eistein.txt')
-rw-r--r--npc/003-2/eistein.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-2/eistein.txt b/npc/003-2/eistein.txt
index 40a1d5784..ce9f6587b 100644
--- a/npc/003-2/eistein.txt
+++ b/npc/003-2/eistein.txt
@@ -10,10 +10,10 @@
// Level, Reward
function is_level {
if (BaseLevel >= getarg(0)) {
- speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- l("Congrats you passed the level cap of @@! Here is a(n) @@, you deserve it.",getarg(0), getitemlink(getarg(1)));
getitem getarg(1),1;
setq TulimsharQuest_Eistein, getq(TulimsharQuest_Eistein)+1;
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
+ l("Congrats you passed the level cap of @@! Here is a(n) @@, you deserve it.",getarg(0), getitemlink(getarg(1)));
} else {
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("You are level @@/@@. Keep building levels, you need them!", BaseLevel, getarg(0));
@@ -43,7 +43,7 @@
}
}
- speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
+ speech S_LAST_NEXT,
l("Ah, welcome. Please, don't be afraid of my look, Saulc GM assigned me to here."),
l("I'm Eistein, survivor from Ukarania. I reward brave adventurers who kill monsters, which plague our lands."),
l("I'll give you a reward, in the name of Saulc, once you reach the following levels: 25, 50, 75, 100, 125 and 150.");