mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Fair Hades (sic!) (#10718)
adds hair fades ported from polaris https://github.com/PolarisSS13/Polaris/pull/7313/files
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user