diff --git a/modular_doppler/modular_customization/markings/body_markings/other.dm b/modular_doppler/modular_customization/markings/body_markings/other.dm index 41d9eadaa70a8e..9bb13cea4a8136 100644 --- a/modular_doppler/modular_customization/markings/body_markings/other.dm +++ b/modular_doppler/modular_customization/markings/body_markings/other.dm @@ -325,3 +325,9 @@ icon_state = "ghost" body_zones = HEAD | CHEST | ARM_LEFT | ARM_RIGHT | LEG_RIGHT | LEG_LEFT gender_specific = FALSE + +/datum/sprite_accessory/body_marking/other/lipstick + name = "Lipstick" + icon_state = "lipstick" + 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 c973fd0d085c0d..78976ced710aaa 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