diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-20 17:59:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-20 17:59:04 -0300 |
commit | 970fe762f541982b474ff0e8aa08a659d4575aa5 (patch) | |
tree | 9b5ffdc7e35fc6689b266f899e5e023956f85fb4 /npc/functions/nurse.txt | |
parent | d0298bf7e44f50743d34cb7fb210f0d724e92166 (diff) | |
download | serverdata-970fe762f541982b474ff0e8aa08a659d4575aa5.tar.gz serverdata-970fe762f541982b474ff0e8aa08a659d4575aa5.tar.bz2 serverdata-970fe762f541982b474ff0e8aa08a659d4575aa5.tar.xz serverdata-970fe762f541982b474ff0e8aa08a659d4575aa5.zip |
Fix rather obvious bug
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 ""; |