From 006f46c89bed62e579ccbf78577886ab101acf0d Mon Sep 17 00:00:00 2001 From: HanSolo1519 <72716882+HanSolo1519@users.noreply.github.com> Date: Sun, 30 Jun 2024 21:15:14 -0400 Subject: [PATCH] Gives hud-style rig helmets no face covering (#5494) --- code/modules/clothing/spacesuits/rig/suits/light.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/clothing/spacesuits/rig/suits/light.dm b/code/modules/clothing/spacesuits/rig/suits/light.dm index c050a91d83e..860ec3b5ad4 100644 --- a/code/modules/clothing/spacesuits/rig/suits/light.dm +++ b/code/modules/clothing/spacesuits/rig/suits/light.dm @@ -69,6 +69,7 @@ /obj/item/clothing/shoes/magboots/rig/light/ultra_light /obj/item/clothing/head/helmet/space/rig/light/ultra_light name = "HUD" + body_parts_covered = EYES|EARS flags_inv = 0 camera_networks = list(NETWORK_RESEARCH) @@ -129,6 +130,7 @@ //The cybersuit is not space-proof. It does however, have good siemens_coefficient values /obj/item/clothing/head/lightrig/hacker name = "HUD" + body_parts_covered = EYES|EARS siemens_coefficient = 0.4 flags = 0