diff options
Diffstat (limited to 'npc/tulimshar/barber.txt')
-rw-r--r-- | npc/tulimshar/barber.txt | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/npc/tulimshar/barber.txt b/npc/tulimshar/barber.txt index 83f99910..35104b2d 100644 --- a/npc/tulimshar/barber.txt +++ b/npc/tulimshar/barber.txt @@ -14,7 +14,8 @@ style: "Curly",style2, "Scruffy",style3, "Slick",style4, - "Mohawk",style5; + "Mohawk",style5, + "Uncombed",style6; style1: setlook 1,1; @@ -31,37 +32,40 @@ style4: style5: setlook 1,5; close; +style6: + setlook 1,6; + close; color: menu - "Black",black, - "Purple",purple, + "Orange",orange, "Green",green, - "Blue",blue, "Red",red, + "Purple",purple, + "White",white, "Blonde",blonde, "Light blue",lightblue, - "Gray",gray, "Brown",brown, - "White",white, + "Blue",blue, + "Violet",violet, "No hair",nohair; fine: close; -black: +orange: setlook 6,1; close; -purple: +green: setlook 6,2; close; -green: +red: setlook 6,3; close; -blue: +purple: setlook 6,4; close; -red: +white: setlook 6,5; close; blonde: @@ -70,13 +74,13 @@ blonde: lightblue: setlook 6,7; close; -gray: +brown: setlook 6,8; close; -brown: +blue: setlook 6,9; close; -white: +violet: setlook 6,10; close; nohair: |