summaryrefslogtreecommitdiff
path: root/npc/other/wedding.txt
diff options
context:
space:
mode:
authorAria <Aria@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-20 19:31:59 +0000
committerAria <Aria@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-20 19:31:59 +0000
commit3db510f5c4ef20c8f4c76ba41d2bdbab700e71f7 (patch)
treefdddfa69fc03ad1271c243d9c2faab047783fc3c /npc/other/wedding.txt
parent8ce41881d5c1a4e06e676771438af8503a4d5a58 (diff)
downloadhercules-3db510f5c4ef20c8f4c76ba41d2bdbab700e71f7.tar.gz
hercules-3db510f5c4ef20c8f4c76ba41d2bdbab700e71f7.tar.bz2
hercules-3db510f5c4ef20c8f4c76ba41d2bdbab700e71f7.tar.xz
hercules-3db510f5c4ef20c8f4c76ba41d2bdbab700e71f7.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@675 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/wedding.txt')
-rw-r--r--npc/other/wedding.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/other/wedding.txt b/npc/other/wedding.txt
index b61552f66..48c69dd38 100644
--- a/npc/other/wedding.txt
+++ b/npc/other/wedding.txt
@@ -197,11 +197,11 @@ L_InProgress:
close;
L_WrongBrideName:
mes "[Marry Happy]";
- mes "How come you forgot your wife name!? Sorry come back later when you know who you want to marry.";
+ mes "How come you forgot your wife's name!? Sorry come back later when you know who you want to marry.";
close;
L_WrongGroomName:
mes "[Marry Happy]";
- mes "How come you forgot your husband name!? Sorry come back later when you know who you want to marry.";
+ mes "How come you forgot your husband's name!? Sorry come back later when you know who you want to marry.";
close;
L_NeedRing:
mes "[Tristan the Third]";
@@ -376,7 +376,7 @@ L_Marry:
mes "you are able to get married strait away.";
mes "One must be the Groom and the other the Bride.";
mes "Do you wish to register to get married?";
- if($SameSex == 1) menu "I'm gonna be the Groom",-,"I,m gonna be the Bride",L_BrideRegister,"Never mind",L_Bye;
+ if($SameSex == 1) menu "I'm gonna be the Groom",-,"I'm gonna be the Bride",L_BrideRegister,"Never mind",L_Bye;
if(event_wedding == 1) goto L_Married;
if(@register >= 1) goto L_AlreadyRegistered;
if($@progress >= 2) goto L_InProgress;
@@ -416,7 +416,7 @@ L_BrideRegister:
if((countitem(2338) > 0) || (countitem(7170) > 0) || (@outfit == 1)) goto L_BrideRegister2;
mes "[Marry Happy]";
if(sex == 1) mes "No problem sir, please fill out your name here.";
- if(sex == 0) mes "No problem mis, please fill out your name here.";
+ if(sex == 0) mes "No problem miss, please fill out your name here.";
mes "And I'll need to collect a 100,000z fee for your wedding fees and outfit.";
next;
if(zeny < @costbrideA) goto L_NeedZeny2;