summaryrefslogtreecommitdiff
path: root/npc/functions/marriage.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-07 09:46:20 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-07 09:46:20 -0300
commitff8fa17c70610a61d6e5b9ceec31088cddb1b9a5 (patch)
tree4b192bc963464ecd169e069da8a2fde284303164 /npc/functions/marriage.txt
parent3e02f56f17aeecf5464566a09b8c71467b3370aa (diff)
downloadserverdata-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.txt3
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()) {