Skip to content

Commit

Permalink
Gives hud-style rig helmets no face covering (#5494)
Browse files Browse the repository at this point in the history
  • Loading branch information
HanSolo1519 authored Jul 1, 2024
1 parent 0f6030c commit 006f46c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/clothing/spacesuits/rig/suits/light.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 006f46c

Please sign in to comment.