mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Gives Ethereals face shape options and access to hair gradients (#13215)
* PLEASE GOD JUST WORK PLEASE * YES? * oh my god it works * should resolve the merge conflic, also the diamond was of a different darkeness woopsie * YOOO THEY DON'T GET HIDDEN BY PARTIAL FACE OBSCURITY ANYMORE. SEC HELMETS AND TOGGLED BALACLAVAS WORK
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
init_sprite_accessory_subtypes(/datum/sprite_accessory/teeth, GLOB.teeth_list)
|
||||
init_sprite_accessory_subtypes(/datum/sprite_accessory/dome, GLOB.dome_list)
|
||||
init_sprite_accessory_subtypes(/datum/sprite_accessory/dorsal_tubes, GLOB.dorsal_tubes_list)
|
||||
init_sprite_accessory_subtypes(/datum/sprite_accessory/ethereal_mark, GLOB.ethereal_mark_list)
|
||||
|
||||
|
||||
//Species
|
||||
|
||||
@@ -78,6 +78,8 @@
|
||||
init_sprite_accessory_subtypes(/datum/sprite_accessory/dome, GLOB.dome_list)
|
||||
if(!GLOB.dorsal_tubes_list.len)
|
||||
init_sprite_accessory_subtypes(/datum/sprite_accessory/dorsal_tubes, GLOB.dorsal_tubes_list)
|
||||
if(!GLOB.ethereal_mark_list.len)
|
||||
init_sprite_accessory_subtypes(/datum/sprite_accessory/ethereal_mark, GLOB.ethereal_mark_list)
|
||||
|
||||
//For now we will always return none for tail_human and ears. this shit was unreadable if you do somethign like this make it at least readable
|
||||
return(list(
|
||||
@@ -100,7 +102,8 @@
|
||||
"tail_polysmorph" = "Polys",
|
||||
"teeth" = pick(GLOB.teeth_list),
|
||||
"dome" = pick(GLOB.dome_list),
|
||||
"dorsal_tubes" = pick(GLOB.dorsal_tubes_list)
|
||||
"dorsal_tubes" = pick(GLOB.dorsal_tubes_list),
|
||||
"ethereal_mark" = pick(GLOB.ethereal_mark_list)
|
||||
))
|
||||
|
||||
/proc/random_hair_style(gender)
|
||||
|
||||
Reference in New Issue
Block a user