diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index a6336655673..c32945c8ac9 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -1005,19 +1005,19 @@ Follow by example and make good judgement based on length which list to include icon_state = "hair_ponytail_short" length = 2 chatname = "short ponytail" - + ponytail_short2 name = "Ponytail, Short 2" icon_state = "hair_ponytail_short2" length = 2 chatname = "short ponytail" - + ponytail_short3 name = "Ponytail, Short 3" icon_state = "hair_ponytail_short3" length = 2 chatname = "short ponytail" - + ponytail_short4 name = "Ponytail, Short 4" icon_state = "hair_ponytail_short4" @@ -2380,7 +2380,7 @@ Follow by example and make good judgement based on length which list to include icon_state = "skrell_excited" length = 6 chatname = "headtails" - + skr_tentacle_insulted name = "Expressive Headtails, insulted" icon_state = "skrell_insulted" @@ -3708,7 +3708,7 @@ Follow by example and make good judgement based on length which list to include tuux_chops name = "Tuux Chops" icon_state = "Tuux_Chops" - + tuux_chops_big name = "Tuux Chops (Big)" icon_state = "Tuux_Chops_Big" @@ -3736,19 +3736,19 @@ Follow by example and make good judgement based on length which list to include tuux_mustache name = "Tuux Stache" icon_state = "Tuux_Mustache" - + tuux_overgrown name = "Tuux Overgrown" icon_state = "Tuux_Overgrown" - + tuux_braided name = "Tuux Braided" icon_state = "Tuux_Braided" - + tuux_braided_long name = "Tuux Braided (Long)" icon_state = "Tuux_Braided_Long" - + tuux_braided_double name = "Tuux Braided (Double)" icon_state = "Tuux_Braided_Double" @@ -4117,6 +4117,24 @@ Follow by example and make good judgement based on length which list to include body_parts = list(BP_CHEST) species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/machine/shell, /datum/species/diona, /datum/species/diona/coeu, /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) + aug_lowerjaw + name = "Augment (Lower Jaw)" + icon_state = "aug_lowerjaw" + body_parts = list(BP_HEAD) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/machine/shell, /datum/species/skrell,/datum/species/skrell/axiori,/datum/species/unathi) + + aug_headcase + name = "Augment (Headcase)" + icon_state = "aug_headcase" + body_parts = list(BP_HEAD) + 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) + + aug_headcaselight + name = "Augment (Headcase, Light)" + icon_state = "aug_headcaselight" + body_parts = list(BP_HEAD) + 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) + vaurca_augs name = "Mecha Chest" icon = 'icons/mob/human_races/markings_vaurca.dmi' @@ -4377,7 +4395,7 @@ 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/diona/coeu, /datum/species/machine/shell, /datum/species/skrell, /datum/species/skrell/axiori) - lowercheek_left + lowercheek_right name = "Lower Cheek Right" icon_state = "lowercheek_r" body_parts = list(BP_HEAD) diff --git a/html/changelogs/sinfulbehaviors-AddUnusedMarks.yml b/html/changelogs/sinfulbehaviors-AddUnusedMarks.yml new file mode 100644 index 00000000000..f0d567379ad --- /dev/null +++ b/html/changelogs/sinfulbehaviors-AddUnusedMarks.yml @@ -0,0 +1,7 @@ +author: SinfulBehaviors + +delete-after: True + +changes: + - rscadd: "Added three previously unused body markings." + - bugfix: "Fixed Lower Cheek Right not being available in the markings list."