diff --git a/code/modules/sprite_accessories/markings/eye_stuff.dm b/code/modules/sprite_accessories/markings/eye_stuff.dm index 6b7fbafa687f..8f1c66e2d15c 100644 --- a/code/modules/sprite_accessories/markings/eye_stuff.dm +++ b/code/modules/sprite_accessories/markings/eye_stuff.dm @@ -21,6 +21,20 @@ color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) +/datum/sprite_accessory/marking/eye_stuff/tridot + name = "Tri-Dot" + id = "marking_eye_tridot" + icon_state = "tridot" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_HEAD) + +/datum/sprite_accessory/marking/eye_stuff/tridotflipped + name = "Tri-Dot Flipped" + id = "marking_eye_tridotflipped" + icon_state = "tridotflipped" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_HEAD) + /datum/sprite_accessory/marking/eye_stuff/zmask name = "Eye mask" id = "marking_eye_mask" diff --git a/icons/mob/sprite_accessories/markings/eye_stuff.dmi b/icons/mob/sprite_accessories/markings/eye_stuff.dmi index 808897ab0df1..c557fa070be4 100644 Binary files a/icons/mob/sprite_accessories/markings/eye_stuff.dmi and b/icons/mob/sprite_accessories/markings/eye_stuff.dmi differ