diff options
author | Maximilian Philipps <Turmfalke2007@web.de> | 2009-07-19 17:22:57 +0200 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-07-20 18:00:26 -0600 |
commit | f31497688ec199d06f04d137ada8879fa1b419cc (patch) | |
tree | 2a4d42d147b9a826059188b2e72c7a2c62e2ce92 /npc/014-1_Woodland | |
parent | ea7661d8046b5b6d7ce0199546fe1e5331f5ac18 (diff) | |
download | serverdata-f31497688ec199d06f04d137ada8879fa1b419cc.tar.gz serverdata-f31497688ec199d06f04d137ada8879fa1b419cc.tar.bz2 serverdata-f31497688ec199d06f04d137ada8879fa1b419cc.tar.xz serverdata-f31497688ec199d06f04d137ada8879fa1b419cc.zip |
removes next; when followed by a close;
Diffstat (limited to 'npc/014-1_Woodland')
-rw-r--r-- | npc/014-1_Woodland/wedding-officiator.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/npc/014-1_Woodland/wedding-officiator.txt b/npc/014-1_Woodland/wedding-officiator.txt index 9a5cfd33..2cc50197 100644 --- a/npc/014-1_Woodland/wedding-officiator.txt +++ b/npc/014-1_Woodland/wedding-officiator.txt @@ -118,7 +118,6 @@ L_get_married: mes "[Wedding Officiator]"; mes "\"So... I wish you the very, very best, a wonderful and happy and successful marriage!\""; mes "She smiles at you again."; - next; close; L_end: @@ -128,7 +127,6 @@ L_too_young: mes "[Wedding Officiator]"; mes "Wendy looks at her notes, shaking her head; pain is evident in her eyes."; mes "\"I'm really, really sorry-- I wish I could allow that, but you are still too young. You have to be at least " + @WEDDING_MIN_LEVEL + " levels of age.\""; - next; close; L_too_poor: @@ -136,7 +134,6 @@ L_too_poor: mes "\"Oh, this is so sad... you want to get married but don't have the money!\""; mes "Wendy is visibly unhappy."; mes "\"I wish I could help you, but the rules... you see... Well, I'm afraid that you will just have to come back when you have " + @WEDDING_FEE + " GP.\""; - next; close; L_main_married: @@ -153,7 +150,6 @@ L_farewell: mes "[Wedding Officiator]"; mes "Wendy is beaming."; mes "\"That's wonderful! Please do say `hi' to your spouse from me!\""; - next; close; L_talk_divorce: @@ -230,7 +226,6 @@ L_makesure_divorce: L_divorce_nomoney: mes "[Wedding Officiator]"; mes "\"I am sorry, but you can't seem to afford the " + @divorce_cost + " GP for a divorce at this time. Please come back later.\""; - next; close; L_do_divorce: |