Fair Hades (sic!) (#10718)

adds hair fades ported from polaris

https://github.com/PolarisSS13/Polaris/pull/7313/files
This commit is contained in:
Wowzewow (Wezzy)
2020-12-28 15:06:28 +02:00
committed by GitHub
parent 16c9469fe9
commit 5afbb615f9
10 changed files with 178 additions and 7 deletions
@@ -1712,7 +1712,48 @@ Follow by example and make good judgement based on length which list to include
length = 2
chatname = "ponytail"
/*
/////////////////////////////////////
/ =-----------------------------= /
/ == Hair Gradient Definitions == /
/ =-----------------------------= /
/////////////////////////////////////
*/
/datum/sprite_accessory/hair_gradients
icon = 'icons/mob/hair_gradients.dmi'
none
name = "None"
icon_state = "none"
fade_up
name = "Fade (Up)"
icon_state = "fadeup"
fade_down
name = "Fade (Down)"
icon_state = "fadedown"
fade_right
name = "Fade (Right)"
icon_state = "faderight"
fade_left
name = "Fade (Left)"
icon_state = "fadeleft"
vertical_split_right
name = "Vertical Split (Right)"
icon_state = "vsplit_right"
vertical_split_left
name = "Vertical Split (Left)"
icon_state = "vsplit_left"
horizontal
name = "Horizontal Split"
icon_state = "hsplit"
/*
///////////////////////////////////
/ =---------------------------= /
@@ -3155,4 +3196,4 @@ Follow by example and make good judgement based on length which list to include
xion_lights
name = "Xion - Lights Color"
icon_state = "xion_lights"
body_parts = list(BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_CHEST,BP_HEAD)
body_parts = list(BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_CHEST,BP_HEAD)