diff --git a/modular_zubbers/code/modules/mob/dead/new_player/body_markings/body_markings.dm b/modular_zubbers/code/modules/mob/dead/new_player/body_markings/body_markings.dm index 9c1ab8accb1..217d93385fa 100644 --- a/modular_zubbers/code/modules/mob/dead/new_player/body_markings/body_markings.dm +++ b/modular_zubbers/code/modules/mob/dead/new_player/body_markings/body_markings.dm @@ -165,6 +165,21 @@ affected_bodyparts = HEAD gendered = FALSE +/datum/body_marking/bubber/splotches //Sprites by Avimour + name = "Splotches" + icon_state = "splotches" + affected_bodyparts = HEAD | CHEST | ARM_LEFT | ARM_RIGHT | HAND_LEFT | HAND_RIGHT | LEG_RIGHT | LEG_LEFT + +/datum/body_marking/bubber/splotcheswap + name = "Splotches Swapped" + icon_state = "splotcheswap" + affected_bodyparts = HEAD + +/datum/body_marking/bubber/chitin //End of sprites by Avimour + name = "Chitin" + icon_state = "chitin" + affected_bodyparts = CHEST | ARM_LEFT | ARM_RIGHT | HAND_LEFT | HAND_RIGHT | LEG_RIGHT | LEG_LEFT + /datum/body_marking/bubber/dome //Sprites by thgvr icon_state = "dome" name = "Dome" diff --git a/modular_zubbers/icons/customization/body_markings/markings.dmi b/modular_zubbers/icons/customization/body_markings/markings.dmi index 80914ff0da0..62070c4971b 100644 Binary files a/modular_zubbers/icons/customization/body_markings/markings.dmi and b/modular_zubbers/icons/customization/body_markings/markings.dmi differ