From 5e64e79baaf6de6e7f776898c4987e15f4404054 Mon Sep 17 00:00:00 2001 From: Lance Date: Sun, 21 May 2006 04:44:43 +0000 Subject: Rewrote JobChanger.. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6674 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/other/Global_Functions.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'npc/other/Global_Functions.txt') diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt index 66fa2bb7d..9b25cdce5 100644 --- a/npc/other/Global_Functions.txt +++ b/npc/other/Global_Functions.txt @@ -380,6 +380,17 @@ function script getJobName { return "Star Gladiator"; case Job_Soul_Linker: return "Soul Linker"; + case Job_Ninja: + return "Ninja"; + case Job_Gunslinger: + return "Gunslinger"; + case Job_Xmas: + return "Christmas"; + case Option_Wedding: + if(Sex == 0) + return "Bride"; + else + return "Bridegroom"; default: return "omghaxor"; } -- cgit v1.2.3-70-g09d2