diff options
Diffstat (limited to 'npc/003-2')
-rw-r--r-- | npc/003-2/eistein.txt | 4 |
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; } } |