diff --git a/code/modules/clothing/masks/monitor.dm b/code/modules/clothing/masks/monitor.dm index be2a9ac252..a4e7ef2f2d 100644 --- a/code/modules/clothing/masks/monitor.dm +++ b/code/modules/clothing/masks/monitor.dm @@ -3,7 +3,7 @@ name = "display monitor" desc = "A rather clunky old CRT-style display screen, fit for mounting on an optical output." - body_parts_covered = FACE + body_parts_covered = FACE|EYES dir = SOUTH icon = 'icons/mob/monitor_icons.dmi'