diff options
Diffstat (limited to 'npc/jobs/2-1/assassin.txt')
-rw-r--r-- | npc/jobs/2-1/assassin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-1/assassin.txt b/npc/jobs/2-1/assassin.txt index 3ed03987b..48f4d2a18 100644 --- a/npc/jobs/2-1/assassin.txt +++ b/npc/jobs/2-1/assassin.txt @@ -43,7 +43,6 @@ in_moc_16.gat,19,33,4 script Guildsman 55,{ callfunc "F_BlockHigh",Job_Thief_High,"Thief High",Job_Assassin_Cross,"Assassin Cross","Assassin Huey"; - mes "[Angry looking man]"; if(BaseJob == Job_Assassin) { mes "[Assassin Huey]"; mes "Oohh, its you. You're...." + strcharinfo(0) + " right?"; @@ -52,6 +51,7 @@ in_moc_16.gat,19,33,4 script Guildsman 55,{ mes "Too bad there's nothing to do right now. You should go train more. Bye."; close; } + mes "[Angry looking man]"; if(baseClass == Job_Novice){ mes "....HEY Novice!!! GET out of here now!! I won't be held responsible if anything bad happens to you......."; emotion e_gasp; |