From ff8fa17c70610a61d6e5b9ceec31088cddb1b9a5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 7 Jun 2018 09:46:20 -0300 Subject: I still need the Cave Of Trials, but this concept script is done --- npc/functions/marriage.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'npc/functions') 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()) { -- cgit v1.2.3-60-g2f50