diff options
author | Kisuka <kisuka@kisuka.com> | 2013-10-28 00:42:23 -0700 |
---|---|---|
committer | Kisuka <kisuka@kisuka.com> | 2013-10-28 00:42:23 -0700 |
commit | 124ab2a1cdb344f24170a4d91f7000ebabf39b40 (patch) | |
tree | ebc5aeee49da96f88e55358c184d69d90eae9289 /npc/merchants/hair_style.txt | |
parent | e7efdfe96e1b4c288bca845c03512da6842d6425 (diff) | |
download | hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.gz hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.bz2 hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.xz hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.zip |
Added ability to use constants instead of sprite IDs for NPCs. Converted all npcs to use this.
Diffstat (limited to 'npc/merchants/hair_style.txt')
-rw-r--r-- | npc/merchants/hair_style.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/merchants/hair_style.txt b/npc/merchants/hair_style.txt index 040802811..47f273930 100644 --- a/npc/merchants/hair_style.txt +++ b/npc/merchants/hair_style.txt @@ -15,7 +15,7 @@ // Hair Dresser Veronica // ============================================================ -alberta_in,55,142,7 script Hair Dresser 91,{ +alberta_in,55,142,7 script Hair Dresser 4_F_02,{ mes "[Veronica]"; mes "Welcome to Veronica's hair salon."; mes "How can I help you?"; @@ -522,7 +522,7 @@ L_cutin: // Roving Hair Dresser // ============================================================ -alberta,33,141,7 script Roving Hair Dresser 87,{ +alberta,33,141,7 script Roving Hair Dresser 4_M_BARBER,{ mes "[Rui Vishop]"; mes "That Veronica..."; mes "Hah! Best hair dresser my ass."; @@ -683,7 +683,7 @@ alberta,33,141,7 script Roving Hair Dresser 87,{ // Lighthalzen -lhz_in02,100,143,3 script Hair Dresser#li 122,{ +lhz_in02,100,143,3 script Hair Dresser#li 2_M_DYEINGER,{ mes "[Prince Shammi]"; mes "Welcome to Prince Shammi's"; mes "Beauty Shop, the place to go"; @@ -1096,7 +1096,7 @@ lhz_in02,100,143,3 script Hair Dresser#li 122,{ } } -lhz_in02,91,155,5 script Assistant Beautician#li 862,{ +lhz_in02,91,155,5 script Assistant Beautician#li 4_F_LGTGIRL,{ mes "[Assistant Beautician]"; mes "Wah?! Sweet Jiminy,"; mes "you freaked me out!"; |