From 21bbef9e952916535c5e55fe4eb711011797015b Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Mon, 26 Aug 2019 13:32:56 +0200 Subject: [PATCH] Also monitor --- code/modules/clothing/masks/monitor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'