Skip to content

Commit

Permalink
Partial revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Radezolid committed Jan 5, 2025
1 parent 21b7a12 commit 2572df8
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions Resources/Prototypes/Entities/Clothing/Eyes/hud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 2572df8

Please sign in to comment.