Adds Vulpkanin Markings, Adds Vulp/Unathi/Human Hairstyle, Fixes Vulp Default Colour, Corrects Typos in Sprite_accessories, Darkens Vulpkanin Facial Hair

Expanding on the above: Adds Vulpkanin nose and chest crest markings.
Adds Vulpkanin braided hairstyle (Tajaran Braid ripoff) and hippie braid
for Humans/Unathi (also a Tajaran Braid ripoff).
This commit is contained in:
KasparoVy
2016-07-18 04:36:12 -04:00
parent 0a0627d12d
commit 35619f62e2
6 changed files with 30 additions and 10 deletions
@@ -289,7 +289,7 @@ var/global/list/special_role_times = list( //minimum age (in days) for accounts
dat += "<a href='?_src_=prefs;preference=ha_style;task=input'>[ha_style]</a> "
dat += "<a href='?_src_=prefs;preference=headaccessory;task=input'>Color</a> [color_square(r_headacc, g_headacc, b_headacc)]<br>"
if(species in list("Machine", "Tajaran", "Unathi")) //Species with head markings.
if(species in list("Machine", "Tajaran", "Unathi", "Vulpkanin")) //Species with head markings.
var/list/marking_styles = params2list(m_styles)
var/list/marking_colours = params2list(m_colours)
marking_colours["head"] = sanitize_hexcolor(marking_colours["head"])
@@ -1401,7 +1401,7 @@ var/global/list/special_role_times = list( //minimum age (in days) for accounts
m_styles = list2params(marking_styles)
if("m_style_head")
if(species in list("Machine", "Tajaran", "Unathi")) //Species with head markings.
if(species in list("Machine", "Tajaran", "Unathi", "Vulpkanin")) //Species with head markings.
var/list/valid_markings = list()
valid_markings["None"] = marking_styles_list["None"]
for(var/markingstyle in marking_styles_list)
@@ -1439,7 +1439,7 @@ var/global/list/special_role_times = list( //minimum age (in days) for accounts
m_styles = list2params(marking_styles)
if("m_head_colour")
if(species in list("Machine", "Tajaran", "Unathi")) //Species with head markings.
if(species in list("Machine", "Tajaran", "Unathi", "Vulpkanin")) //Species with head markings.
var/input = "Choose the colour of your your character's head markings:"
var/list/marking_colours = params2list(m_colours)
marking_colours["head"] = sanitize_hexcolor(marking_colours["head"])
@@ -172,11 +172,11 @@
flags = HAS_LIPS
clothing_flags = HAS_UNDERWEAR | HAS_UNDERSHIRT | HAS_SOCKS
bodyflags = FEET_PADDED | HAS_TAIL | HAS_HEAD_ACCESSORY | HAS_BODY_MARKINGS | HAS_TAIL_MARKINGS | HAS_SKIN_COLOR | TAIL_WAGGING | HAS_FUR
bodyflags = FEET_PADDED | HAS_TAIL | HAS_HEAD_ACCESSORY | HAS_HEAD_MARKINGS | HAS_BODY_MARKINGS | HAS_TAIL_MARKINGS | HAS_SKIN_COLOR | TAIL_WAGGING | HAS_FUR
dietflags = DIET_OMNI
reagent_tag = PROCESS_ORG
flesh_color = "#966464"
base_color = "#E63F1C"
base_color = "#CF4D2F"
butt_sprite = "vulp"
has_organ = list(
@@ -202,6 +202,11 @@
icon_state = "hair_hbraid"
gender = FEMALE
braid3
name = "Hippie Braid"
icon_state = "hair_ubraid"
species_allowed = list("Human", "Unathi")
buzz
name = "Buzzcut"
icon_state = "hair_buzzcut"
@@ -243,9 +248,9 @@
icon_state = "hair_bigafro"
gender = MALE
sargeant
sergeant
name = "Flat Top"
icon_state = "hair_sargeant"
icon_state = "hair_sergeant"
gender = MALE
emo
@@ -300,7 +305,7 @@
icon_state = "hair_spikey"
species_allowed = list("Human", "Unathi")
kusangi
kusanagi
name = "Kusanagi Hair"
icon_state = "hair_kusanagi"
@@ -759,8 +764,8 @@
species_allowed = list("Tajaran")
taj_hair_spiky
name = "Tajara Spiky"
icon_state = "hair_tajspiky"
name = "Tajara Spikey"
icon_state = "hair_tajspikey"
species_allowed = list("Tajaran")
taj_hair_messy
@@ -845,6 +850,11 @@
icon_state = "spike"
species_allowed = list("Vulpkanin")
vulp_hair_braided
name = "Braided"
icon_state = "braided"
species_allowed = list("Vulpkanin")
//Vox
vox_quills_short
@@ -1909,6 +1919,11 @@
species_allowed = list("Vulpkanin")
icon_state = "markings_belly_fox_vulp"
/datum/sprite_accessory/body_markings/belly_crest_vulp
name = "Vulpkanin Belly Crest"
species_allowed = list("Vulpkanin")
icon_state = "markings_belly_crest_vulp"
/datum/sprite_accessory/body_markings/tiger
name = "Tiger Body"
species_allowed = list("Unathi", "Tajaran", "Vulpkanin")
@@ -1980,6 +1995,11 @@
icon_state = "markings_face_snout_lower_una"
heads_allowed = list("Unathi Sharp Snout")
/datum/sprite_accessory/body_markings/head/nose_default_vulp
name = "Vulpkanin Nose"
species_allowed = list("Vulpkanin")
icon_state = "markings_face_nose_vulp"
/datum/sprite_accessory/body_markings/head/optics
name = "Humanoid Optics"
species_allowed = list("Machine")