diff --git a/code/datums/bodypart_overlays/simple_bodypart_overlay.dm b/code/datums/bodypart_overlays/simple_bodypart_overlay.dm index 78aa80179f46b..3f95d638d7c88 100644 --- a/code/datums/bodypart_overlays/simple_bodypart_overlay.dm +++ b/code/datums/bodypart_overlays/simple_bodypart_overlay.dm @@ -27,6 +27,9 @@ ///bags drawn beneath the eyes /datum/bodypart_overlay/simple/bags + //doppler - redirect to overwrite to make these less dark + icon = 'modular_doppler/modular_quirks/overwrites/icons/bodypart_overlay_simple.dmi' + icon_state = "bags" draw_color = COLOR_WEBSAFE_DARK_GRAY layers = EXTERNAL_ADJACENT diff --git a/modular_doppler/modular_customization/markings/body_markings/other.dm b/modular_doppler/modular_customization/markings/body_markings/other.dm index 9a4a465bb4a84..6a84d437af160 100644 --- a/modular_doppler/modular_customization/markings/body_markings/other.dm +++ b/modular_doppler/modular_customization/markings/body_markings/other.dm @@ -211,3 +211,13 @@ icon_state = "nips" body_zones = CHEST gender_specific = FALSE + +/datum/sprite_accessory/body_marking/other/outer_eye + name = "Outer Eye" + icon_state = "outereye" + body_zones = HEAD + +/datum/sprite_accessory/body_marking/other/undereye + name = "Undereye" + icon_state = "undereye" + body_zones = HEAD diff --git a/modular_doppler/modular_customization/markings/icons/markings/other_markings.dmi b/modular_doppler/modular_customization/markings/icons/markings/other_markings.dmi index 810ee97b2dbd4..3fea12fa5ca59 100644 Binary files a/modular_doppler/modular_customization/markings/icons/markings/other_markings.dmi and b/modular_doppler/modular_customization/markings/icons/markings/other_markings.dmi differ diff --git a/modular_doppler/modular_quirks/overwrites/icons/bodypart_overlay_simple.dmi b/modular_doppler/modular_quirks/overwrites/icons/bodypart_overlay_simple.dmi new file mode 100644 index 0000000000000..d3caa1e6578ac Binary files /dev/null and b/modular_doppler/modular_quirks/overwrites/icons/bodypart_overlay_simple.dmi differ