diff options
Diffstat (limited to 'npc/functions/nurse.txt')
-rw-r--r-- | npc/functions/nurse.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/functions/nurse.txt b/npc/functions/nurse.txt index 4f95d68b4..add33b9b7 100644 --- a/npc/functions/nurse.txt +++ b/npc/functions/nurse.txt @@ -66,8 +66,10 @@ L_Menu: mes ""; menu rif(Zeny >= .@price, l("Please heal me!")), L_Heal_L, - l("Another time, maybe."), L_Close; - + l("Another time, maybe."), -; + closedialog; + goodbye; + close; L_Heal_L: mes ""; |