summaryrefslogtreecommitdiff
path: root/npc/jobs/1-1/acolyte.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-07 04:52:02 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-07 04:52:02 +0000
commitaa0c6f842d41eafbc60ca9cfbaa69e6914d46ae0 (patch)
tree5b67fa6f71bd33af187301029a5d86b8ee99481c /npc/jobs/1-1/acolyte.txt
parent6dcb99e42257de276814d3fe42a19c8f85e776d2 (diff)
downloadhercules-aa0c6f842d41eafbc60ca9cfbaa69e6914d46ae0.tar.gz
hercules-aa0c6f842d41eafbc60ca9cfbaa69e6914d46ae0.tar.bz2
hercules-aa0c6f842d41eafbc60ca9cfbaa69e6914d46ae0.tar.xz
hercules-aa0c6f842d41eafbc60ca9cfbaa69e6914d46ae0.zip
turned the rest of job numbers to constants
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7554 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/1-1/acolyte.txt')
-rw-r--r--npc/jobs/1-1/acolyte.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/jobs/1-1/acolyte.txt b/npc/jobs/1-1/acolyte.txt
index c0b220c04..962f40be9 100644
--- a/npc/jobs/1-1/acolyte.txt
+++ b/npc/jobs/1-1/acolyte.txt
@@ -24,7 +24,7 @@
prt_church.gat,184,41,4 script Father Mareusis 60,{
callfunc "F_ToHigh",Job_Acolyte_High,"Acolyte High",Job_High_Priest,"Father Mareusis";
mes "[Father Mareusis]";
- if(BaseJob==Job_Novice && job_acolyte_q > 0) goto L_Check;
+ if(BaseJob == Job_Novice && job_acolyte_q > 0) goto L_Check;
mes "What is it you are looking for?";
next;
menu "Father, I want to become an Acolyte.",M_0,"The Requirements.",M_1,"I'm just looking around that's all",M_End;
@@ -176,8 +176,8 @@ L_Check:
// -- Father Rubalkabara --
prt_fild03.gat,365,259,2 script Father Rubalkabara 110,{
mes "[Father Rubalkabara]";
- if(BaseJob==Job_Acolyte || BaseJob==Job_Priest) callfunc "F_FatherRub";
- if(BaseJob==Job_Novice) goto L_Novice;
+ if(BaseJob == Job_Acolyte || BaseJob == Job_Priest) callfunc "F_FatherRub";
+ if(BaseJob == Job_Novice) goto L_Novice;
L_Other:
mes "Oh.. Have you come here to train Or are you just a Wanderer..?";
@@ -237,7 +237,7 @@ L_Start:
// -- Mother Marthilda --
moc_fild07.gat,36,354,4 script Mother Marthilda 79,{
mes "[Mother Marthilda]";
- if(BaseJob == Job_Acolyte || BaseJob==Job_Priest) callfunc "F_MotherMart";
+ if(BaseJob == Job_Acolyte || BaseJob == Job_Priest) callfunc "F_MotherMart";
if(BaseJob == Job_Novice) goto L_Novice;
L_Other:
@@ -292,7 +292,7 @@ L_Start:
// -- Father Yosuke --
prt_fild00.gat,208,218,6 script Father Yosuke 120,{
mes "[Father Yosuke]";
- if(BaseJob == Job_Acolyte || BaseJob==Job_Priest) callfunc "F_FatherYos";
+ if(BaseJob == Job_Acolyte || BaseJob == Job_Priest) callfunc "F_FatherYos";
if(BaseJob == Job_Novice) goto L_Novice;
L_Other: