summaryrefslogtreecommitdiff
path: root/npc/custom/marriage.txt
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-30 16:02:55 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-30 16:02:55 +0000
commitf17c3bc02c9e82147fb471132940e84d227ec4bc (patch)
treec7623d4aefa26cb8ae461b63c1efed99d8c99adf /npc/custom/marriage.txt
parentfa2020be43ddc026460896a3bb8b1d0f425265b2 (diff)
downloadhercules-f17c3bc02c9e82147fb471132940e84d227ec4bc.tar.gz
hercules-f17c3bc02c9e82147fb471132940e84d227ec4bc.tar.bz2
hercules-f17c3bc02c9e82147fb471132940e84d227ec4bc.tar.xz
hercules-f17c3bc02c9e82147fb471132940e84d227ec4bc.zip
- Removed trailing tabs, and fixed some spacing.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15524 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/marriage.txt')
-rw-r--r--npc/custom/marriage.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/custom/marriage.txt b/npc/custom/marriage.txt
index 0ca3fb069..dbfcd5794 100644
--- a/npc/custom/marriage.txt
+++ b/npc/custom/marriage.txt
@@ -440,7 +440,7 @@ prt_church,106,99,3 script Happy Marry 67,{
if (getpartnerid() > 0) {
mes "["+@name$+"]";
mes "Isn't marriage beautiful?";
- close;
+ close;
}
function SF_WedProgress;
@@ -512,7 +512,7 @@ function SF_Register {
set $wed_progress,1;
mes "["+@name$+"]";
mes "You are now registered as the groom.";
- mes "Tell your bride to register as soon as possible.";
+ mes "Tell your bride to register as soon as possible.";
emotion e_hmm;
initnpctimer;
close;
@@ -523,7 +523,7 @@ function SF_Register {
mes "You are now registered as the bride.";
mes "Tell your groom to register as soon as possible.";
emotion e_hmm;
- initnpctimer;
+ initnpctimer;
close;
default: //Cancel
mes "["+@name$+"]";
@@ -633,7 +633,7 @@ function SF_WedProgress {
mes "The bride, "+$wed_bride$+", has yet to retrieve the ring.";
break;
case 4:
- mes "The bride, "+$wed_bride$+", is waiting for the groom to retrieve the ring.";
+ mes "The bride, "+$wed_bride$+", is waiting for the groom to retrieve the ring.";
break;
case 5:
mes "We are just waiting for both "+$wed_groom$+" and "+$wed_bride$+" to be together to marry them.";