diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index e60fe3d068a..5870472b4f5 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -1733,7 +1733,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) + /datum/species/tajaran,/datum/species/tajaran/zhan_khazan,/datum/species/tajaran/m_sai,/datum/species/zombie/tajara, + /datum/species/skrell, /datum/species/zombie/skrell, /datum/species/bug, /datum/species/bug/type_b) none name = "None" @@ -3746,6 +3747,24 @@ Follow by example and make good judgement based on length which list to include body_parts = list(BP_HEAD) species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/diona, /datum/species/machine/shell, /datum/species/skrell, /datum/species/bug, /datum/species/bug/type_b) + scar_chest + name = "Scar, Chest" + icon_state = "surgicalscar_chest" + body_parts = list(BP_CHEST) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/machine/shell, /datum/species/skrell, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi, /datum/species/bug, /datum/species/bug/type_b) + + scar_chest_left + name = "Scar, Chest Left" + icon_state = "chestscar_l_chest" + body_parts = list(BP_CHEST) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/machine/shell, /datum/species/skrell, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi, /datum/species/bug, /datum/species/bug/type_b) + + scar_chest_right + name = "Scar, Chest Right" + icon_state = "chestscar_r_chest" + body_parts = list(BP_CHEST) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/machine/shell, /datum/species/skrell, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi, /datum/species/bug, /datum/species/bug/type_b) + scratch_abdomen_left name = "Scratch, Abdomen Left" icon_state = "scratch_abdomen_l" @@ -3818,6 +3837,18 @@ Follow by example and make good judgement based on length which list to include body_parts= list(BP_R_LEG) species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/diona, /datum/species/machine/shell, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi) + tat_circle_back + name = "Tattoo (Circle, Back)" + icon_state = "tat_circle_back" + body_parts = list(BP_CHEST) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/diona, /datum/species/machine/shell, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi) + + tat_circle_big_back + name = "Tattoo (Big Circle, Back)" + icon_state = "tat_bigcircle_back" + body_parts = list(BP_CHEST) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/diona, /datum/species/machine/shell, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi) + tat_forrest_left name = "Tattoo (Forrest, Left Eye)" icon_state = "tat_forrest_l" @@ -3830,6 +3861,12 @@ Follow by example and make good judgement based on length which list to include body_parts = list(BP_HEAD) species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/diona, /datum/species/machine/shell, /datum/species/skrell, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi) + tat_harness + name = "Tattoo (Harness, Chest)" + icon_state = "tat_harness_body" + body_parts = list(BP_CHEST) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/diona, /datum/species/machine/shell, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi) + tat_hive name = "Tattoo (Hive, Back)" icon_state = "tat_hive" @@ -3926,6 +3963,12 @@ Follow by example and make good judgement based on length which list to include body_parts = list(BP_R_LEG) species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/diona, /datum/species/machine/shell, /datum/species/skrell, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi) + tat_spine_back + name = "Tattoo (Spine, Back)" + icon_state = "tat_spine_back" + body_parts = list(BP_CHEST) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/diona, /datum/species/machine/shell, /datum/species/skrell, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi) + tat_tamoko name = "Tattoo (Ta Moko, Face)" icon_state = "tat_tamoko" diff --git a/html/changelogs/desven-marks.yml b/html/changelogs/desven-marks.yml new file mode 100644 index 00000000000..0dda80917c7 --- /dev/null +++ b/html/changelogs/desven-marks.yml @@ -0,0 +1,5 @@ +author: Desven, 50N00b +delete-after: True +changes: + - rscadd: "Added new tattoo body marks." + - rscadd: "Skrell and Vaurcae can now select hair fade options." diff --git a/icons/mob/human_races/markings.dmi b/icons/mob/human_races/markings.dmi index c1d5e9760ff..a85ddc1dac5 100644 Binary files a/icons/mob/human_races/markings.dmi and b/icons/mob/human_races/markings.dmi differ