From bf6581972d8c90e0b8c51d2953458bdaa732e827 Mon Sep 17 00:00:00 2001
From: Tiniest Shark
Date: Sun, 3 Aug 2025 06:58:34 -0400
Subject: [PATCH] Hardsuit helmet text fix + CBurn Vox Fix (#39345)
* text fix and vox helm fix
* oop one line
---
.../Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml
index 349d85da23..836ebfffda 100644
--- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml
+++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml
@@ -196,6 +196,7 @@
- CorgiWearable
- WhitelistChameleon
+#Goliath Hardsuit
- type: entity
parent: [ ClothingHeadHardsuitBase, ClothingHeadSuitWithLightBase ]
id: ClothingHeadHelmetHardsuitGoliath
@@ -249,6 +250,7 @@
- CorgiWearable
- WhitelistChameleon
+#Maxim Hardsuit
- type: entity
parent: ClothingHeadHardsuitBase
id: ClothingHeadHelmetHardsuitMaxim
@@ -884,6 +886,10 @@
- state: equipped-head
- state: equipped-head-unshaded
shader: unshaded
+ head-vox:
+ - state: equipped-head-vox
+ - state: equipped-head-unshaded-vox
+ shader: unshaded
- type: PointLight
color: orange
- type: PressureProtection
--
2.51.2