diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-07 09:46:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-07 09:46:20 -0300 |
commit | ff8fa17c70610a61d6e5b9ceec31088cddb1b9a5 (patch) | |
tree | 4b192bc963464ecd169e069da8a2fde284303164 /npc/functions/marriage.txt | |
parent | 3e02f56f17aeecf5464566a09b8c71467b3370aa (diff) | |
download | serverdata-ff8fa17c70610a61d6e5b9ceec31088cddb1b9a5.tar.gz serverdata-ff8fa17c70610a61d6e5b9ceec31088cddb1b9a5.tar.bz2 serverdata-ff8fa17c70610a61d6e5b9ceec31088cddb1b9a5.tar.xz serverdata-ff8fa17c70610a61d6e5b9ceec31088cddb1b9a5.zip |
I still need the Cave Of Trials, but this concept script is done
Diffstat (limited to 'npc/functions/marriage.txt')
-rw-r--r-- | npc/functions/marriage.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/functions/marriage.txt b/npc/functions/marriage.txt index 7bcd69cc3..9422e5c6a 100644 --- a/npc/functions/marriage.txt +++ b/npc/functions/marriage.txt @@ -243,8 +243,7 @@ function script marriagedivorce { { case 1: speech lg("Are you sure? It costs 800 GP."); - if (askyesno() == ASK_YES) - { + if (askyesno() == ASK_YES) { if (Zeny < 800) return; if (divorce()) { |