diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index 3139ac62768..245a59b0ab8 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -4151,21 +4151,21 @@ Follow by example and make good judgement based on length which list to include scar_chest name = "Scar, Chest" - icon_state = "surgicalscar_chest" + icon_state = "surgicalscar" 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) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/machine/shell, /datum/species/skrell, /datum/species/skrell/axiori, /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" + icon_state = "chestscar1" 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) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/machine/shell, /datum/species/skrell, /datum/species/skrell/axiori, /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" + icon_state = "chestscar2" 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) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/machine/shell, /datum/species/skrell, /datum/species/skrell/axiori, /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" @@ -4241,13 +4241,13 @@ Follow by example and make good judgement based on length which list to include tat_circle_back name = "Tattoo (Circle, Back)" - icon_state = "tat_circle_back" + icon_state = "tat_circle" body_parts = list(BP_CHEST) species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/diona, /datum/species/diona/coeu, /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" + icon_state = "tat_bigcircle" body_parts = list(BP_CHEST) species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/diona, /datum/species/diona/coeu, /datum/species/machine/shell, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi) @@ -4265,7 +4265,7 @@ Follow by example and make good judgement based on length which list to include tat_harness name = "Tattoo (Harness, Chest)" - icon_state = "tat_harness_body" + icon_state = "tat_harness" body_parts = list(BP_CHEST) species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/diona, /datum/species/diona/coeu, /datum/species/machine/shell, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi) @@ -4367,7 +4367,7 @@ Follow by example and make good judgement based on length which list to include tat_spine_back name = "Tattoo (Spine, Back)" - icon_state = "tat_spine_back" + icon_state = "tat_spine" body_parts = list(BP_CHEST) species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/diona, /datum/species/diona/coeu, /datum/species/machine/shell, /datum/species/skrell, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi) diff --git a/html/changelogs/desven-markfix.yml b/html/changelogs/desven-markfix.yml new file mode 100644 index 00000000000..f6b75ff134f --- /dev/null +++ b/html/changelogs/desven-markfix.yml @@ -0,0 +1,5 @@ +author: Desven +delete-after: True +changes: + - bugfix: "Fixed some body marks not properly showing." + - bugfix: "Fixed those marks not being selectable for Axiori Skrell." diff --git a/icons/mob/human_races/markings.dmi b/icons/mob/human_races/markings.dmi index 0b5a4e503d9..c91051c67a0 100644 Binary files a/icons/mob/human_races/markings.dmi and b/icons/mob/human_races/markings.dmi differ