From 9442ea43eb0e269a782c5c855a0b719c399f7993 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 Jun 2018 18:17:21 -0300 Subject: Polish Eistein after testing :sweat_smile: --- npc/003-2/eistein.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/003-2/eistein.txt') 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."); -- cgit v1.2.3-70-g09d2