summaryrefslogtreecommitdiff
path: root/npc/jobs/2-1/priest.txt
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-22 16:45:51 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-22 16:45:51 +0000
commit1414548bf7b33031ff1f63e8321fe59a3d9d2a2a (patch)
treef101c6d13b5ec21a4b660535c78eb5eb74bc87d6 /npc/jobs/2-1/priest.txt
parent65434bd0559c4a98884177a71a41e64ae47fb2f8 (diff)
downloadhercules-1414548bf7b33031ff1f63e8321fe59a3d9d2a2a.tar.gz
hercules-1414548bf7b33031ff1f63e8321fe59a3d9d2a2a.tar.bz2
hercules-1414548bf7b33031ff1f63e8321fe59a3d9d2a2a.tar.xz
hercules-1414548bf7b33031ff1f63e8321fe59a3d9d2a2a.zip
- Fixed missing 'close' in priest.txt (bugreport:6921)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16943 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-1/priest.txt')
-rw-r--r--npc/jobs/2-1/priest.txt43
1 files changed, 12 insertions, 31 deletions
diff --git a/npc/jobs/2-1/priest.txt b/npc/jobs/2-1/priest.txt
index ddbdb1f32..bc6f50971 100644
--- a/npc/jobs/2-1/priest.txt
+++ b/npc/jobs/2-1/priest.txt
@@ -536,16 +536,9 @@ prt_church,27,24,1 script Sister Cecilia 79,{
mes "[Sister Cecilia]";
if (BaseJob != Job_Acolyte) {
if (BaseJob == Job_Priest) {
- if (sex)
- mes "May god bless you, brother. It brings my heart joy to see that you working hard to carry out the will of God.";
- else
- mes "May god bless you, sister. It brings my heart joy to see that you working hard to carry out the will of God.";
- }
- else if (Class == Job_Novice) {
- if (sex)
- mes "May god bless you, brother.";
- else
- mes "May god bless you, sister.";
+ mes "May god bless you, "+ (Sex ? "brother":"sister") +". It brings my heart joy to see that you working hard to carry out the will of God.";
+ } else if (Class == Job_Novice) {
+ mes "May god bless you, "+ (Sex ? "brother":"sister") +".";
mes "Prontera parish welcomes you.";
next;
mes "[Sister Cecilia]";
@@ -563,12 +556,8 @@ prt_church,27,24,1 script Sister Cecilia 79,{
mes "[Sister Cecilia]";
mes "But please...";
mes "Take your time, and decide what job will be the best for you.";
- }
- else {
- if (sex)
- mes "May god bless you, brother.";
- else
- mes "May god bless you, sister.";
+ } else {
+ mes "May god bless you, "+ (Sex ? "brother":"sister") +".";
mes "Welcome to Prontera parish. How may I help you?";
next;
if (select("Tell me more about Priests.:Nothing.") == 1) {
@@ -577,23 +566,15 @@ prt_church,27,24,1 script Sister Cecilia 79,{
next;
mes "[Sister Cecilia]";
mes "Servants of God are prohibited to use weapons based on blades. For us, the meaning of battle with monsters is not in the killing, but in the enlightening of their souls.";
- if (BaseJob == Job_Acolyte) {
- next;
- mes "[Sister Cecilia]";
- mes "Well, it will be better that you meet Priests for yourself and speak with them. If you are ready to become a Priest, speak with Bishop Paul in this room.";
- next;
- mes "[Sister Cecilia]";
- mes "I believe he can give you specific requirement information about the Priest class. Yes, I think it's a good idea.";
- }
- close;
+ } else {
+ mes "[Sister Cecilia]";
+ mes "I see. Well, feel free to relax and make yourself at home. Nowhere on earth is safer than the Prontera Sanctuary.";
+ next;
+ mes "[Sister Cecilia]";
+ mes "May God bless you...";
}
- mes "[Sister Cecilia]";
- mes "I see. Well, feel free to relax and make yourself at home. Nowhere on earth is safer than the Prontera Sanctuary.";
- next;
- mes "[Sister Cecilia]";
- mes "May God bless you...";
- close;
}
+ close;
}
if (PRIEST_Q == 0) {
if (sex)