diff --git a/code/modules/sprite_accessories/markings/synth_stuff.dm b/code/modules/sprite_accessories/markings/synth_stuff.dm index d6c80ef6c59e..ac2e584fbb9f 100644 --- a/code/modules/sprite_accessories/markings/synth_stuff.dm +++ b/code/modules/sprite_accessories/markings/synth_stuff.dm @@ -200,3 +200,17 @@ icon_state = "replika" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_L_FOOT) + +/datum/sprite_accessory/marking/synth/replika_panels_body + name = "Replikant Paneling - SynthFlesh (body)" + id = "marking_replika_panel_body" + icon_state = "replika" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_TORSO) + +/datum/sprite_accessory/marking/synth/replika_panels_groin + name = "Replikant Paneling - SynthFlesh (groin)" + id = "marking_replika_panel_groin" + icon_state = "replika" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_GROIN) diff --git a/icons/mob/sprite_accessories/markings/synth_stuff.dmi b/icons/mob/sprite_accessories/markings/synth_stuff.dmi index 8e6d06591abb..4c76ece83f16 100644 Binary files a/icons/mob/sprite_accessories/markings/synth_stuff.dmi and b/icons/mob/sprite_accessories/markings/synth_stuff.dmi differ