diff options
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()) { |