From 0bbea180facd09ec540bcb247afb9c505e6bf9a8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 10 Feb 2020 17:57:32 -0300 Subject: Nard: Fix: Option 5 must close --- npc/002-3/nard.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 1b4aafd64..f7df5a05b 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -200,6 +200,8 @@ L_NotYet: goto L_CandorIsland; if (@menu == 4) goto L_NeedHelp; + if (@menu == 5) + close; mesn; if (TUTORIAL && (getq(CandorQuest_HAS) < 4 || -- cgit v1.2.3-70-g09d2