diff options
-rw-r--r-- | world/map/npc/008-1/diryn.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/world/map/npc/008-1/diryn.txt b/world/map/npc/008-1/diryn.txt index ae3368ac..71f9398f 100644 --- a/world/map/npc/008-1/diryn.txt +++ b/world/map/npc/008-1/diryn.txt @@ -98,11 +98,13 @@ L_Diryn_Nivalis: L_Diryn_No: mes "[Diryn]"; mes "\"Perhaps some day you will have the courage to help us. Enjoy your stay here in Hurnscald.\""; + close2; goto L_Clearvars; L_NoMoney: mes "[Diryn]"; - mes "\"Sorry, you don't have enough. Maybe next time.\""; + mes "\"Sorry, you don't have enough money. Maybe next time.\""; + close2; goto L_Clearvars; L_LowerCost: |