Added hair fade options to the Tajara (#12407)

This commit is contained in:
Alberyk
2021-08-31 17:51:00 +02:00
committed by GitHub
parent a366d034f5
commit 28c4a0cf9d
2 changed files with 11 additions and 3 deletions
@@ -178,7 +178,7 @@ Follow by example and make good judgement based on length which list to include
name = "Bedhead 3"
icon_state = "hair_bedhead3"
chatname = "wavy hair"
bedhead4
name = "Bedhead 4"
icon_state = "hair_bedhead4"
@@ -1727,6 +1727,8 @@ Follow by example and make good judgement based on length which list to include
/datum/sprite_accessory/hair_gradients
icon = 'icons/mob/hair_gradients.dmi'
species_allowed = list(/datum/species/human,/datum/species/human/offworlder,/datum/species/machine/shell,/datum/species/machine/shell/rogue,/datum/species/zombie,
/datum/species/tajaran,/datum/species/tajaran/zhan_khazan,/datum/species/tajaran/m_sai,/datum/species/zombie/tajara)
none
name = "None"
@@ -1765,7 +1767,7 @@ Follow by example and make good judgement based on length which list to include
taj_inner_ear_fur
name = "Inner Ear Fur"
icon_state = "taj_innerearfur"
species_allowed = list(/datum/species/tajaran,/datum/species/tajaran/zhan_khazan)
species_allowed = list(/datum/species/tajaran,/datum/species/tajaran/zhan_khazan, /datum/species/zombie/tajara)
taj_msai_inner_ear_fur
name = "M'sai Inner Ear Fur"
@@ -4146,7 +4148,7 @@ Follow by example and make good judgement based on length which list to include
lopsided
name = "Lopsided"
icon_state = "lopsided"
helmethead
name = "Helmethead"
icon_state = "helmethead"
+6
View File
@@ -0,0 +1,6 @@
author: Alberyk
delete-after: True
changes:
- rscadd: "Added a hair fade options to the Tajara."