diff options
-rw-r--r-- | npc/014-3/rauk.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/014-3/rauk.txt b/npc/014-3/rauk.txt index cabb9cbe4..ab2a80b95 100644 --- a/npc/014-3/rauk.txt +++ b/npc/014-3/rauk.txt @@ -45,8 +45,7 @@ L_LevelCheck: mesn; mesq l("I would hire you if your level was higher. Low level adventurers usually take too long."); mesq l("Maybe you should come back later."); - next; - goto L_Quit; + close; } else { mesn; mesq l("You want to help?"); |