From 2572df88e49ccd5ac019b177a49b59eeaa29ed80 Mon Sep 17 00:00:00 2001 From: Radezolid Date: Sun, 5 Jan 2025 18:29:29 -0300 Subject: [PATCH] Partial revert --- .../Prototypes/Entities/Clothing/Eyes/hud.yml | 21 +++---------------- 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml b/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml index c189535a646..24f438113b9 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml @@ -16,22 +16,15 @@ - type: ShowHealthIcons - type: entity - parent: [ClothingEyesBase, BaseToggleClothing] + parent: ClothingEyesBase id: ClothingEyesHudDiagnostic name: diagnostic hud - description: A heads-up display capable of analyzing the integrity and status of robotics and exosuits. Made out of see-borg-ium. Has a camera mod to work with Station AI. + description: A heads-up display capable of analyzing the integrity and status of robotics and exosuits. Made out of see-borg-ium. components: - type: Sprite sprite: Clothing/Eyes/Hud/diag.rsi - type: Clothing sprite: Clothing/Eyes/Hud/diag.rsi - - type: ToggleClothing - action: ActionToggleHudDiagnosticCamera - disableOnUnequip: true - - type: ComponentToggler - parent: true - components: - - type: StationAiOverlay - type: ShowHealthBars damageContainers: - Inorganic @@ -41,7 +34,7 @@ parent: [ClothingEyesBase, ShowMedicalIcons] id: ClothingEyesHudMedical name: medical hud - description: A heads-up display that scans the humas in view and provides accurate data about their health status. + description: A heads-up display that scans the humanoids in view and provides accurate data about their health status. components: - type: Sprite sprite: Clothing/Eyes/Hud/med.rsi @@ -298,11 +291,3 @@ parent: [ClothingEyesEyepatchHudDiag, ClothingHeadEyeBaseFlipped] id: ClothingEyesEyepatchHudDiagFlipped name: diagnostic hud eyepatch - -- type: entity - id: ActionToggleHudDiagnosticCamera - name: Toggle camera mod - description: Toggles the camera mod on and off. - components: - - type: InstantAction - event: !type:ToggleActionEvent