summaryrefslogtreecommitdiff
path: root/npc/003-2/eistein.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-02 18:13:53 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-02 18:13:53 -0300
commit07406aceb786b51244e109cf23eb12bd2795c5ea (patch)
treeccedd1a801b1f808061f9c87bce73400baa660b9 /npc/003-2/eistein.txt
parent11def793d12ae66fe9e08e663a2a59c2269c947e (diff)
downloadserverdata-07406aceb786b51244e109cf23eb12bd2795c5ea.tar.gz
serverdata-07406aceb786b51244e109cf23eb12bd2795c5ea.tar.bz2
serverdata-07406aceb786b51244e109cf23eb12bd2795c5ea.tar.xz
serverdata-07406aceb786b51244e109cf23eb12bd2795c5ea.zip
Fix small notice
Diffstat (limited to 'npc/003-2/eistein.txt')
-rw-r--r--npc/003-2/eistein.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/003-2/eistein.txt b/npc/003-2/eistein.txt
index e6f460170..e6b7cb6db 100644
--- a/npc/003-2/eistein.txt
+++ b/npc/003-2/eistein.txt
@@ -14,11 +14,9 @@
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;
- close;
} else {
- speech S_FIRST_BLANK_LINE,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("You are level @@/@@. Keep building levels, you need them!", BaseLevel, getarg(0));
- close;
}
}