diff options
Diffstat (limited to 'npc/020-2_Nivalis')
-rw-r--r-- | npc/020-2_Nivalis/furquest.txt | 1 | ||||
-rw-r--r-- | npc/020-2_Nivalis/shops.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/npc/020-2_Nivalis/furquest.txt b/npc/020-2_Nivalis/furquest.txt index 67a6eb10..afcb5221 100644 --- a/npc/020-2_Nivalis/furquest.txt +++ b/npc/020-2_Nivalis/furquest.txt @@ -333,4 +333,5 @@ L_State_13: L_TooMany: mes "[Agostine, The Legendary Tailor]"; mes "\"You don't have anywhere to put them. Come back when you do."; + close; } diff --git a/npc/020-2_Nivalis/shops.txt b/npc/020-2_Nivalis/shops.txt index f3d9dedc..fa7d8fe6 100644 --- a/npc/020-2_Nivalis/shops.txt +++ b/npc/020-2_Nivalis/shops.txt @@ -18,4 +18,5 @@ mes "That's impossible!\""; next; callfunc "Inn"; + close; } |