Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flash Immunity for All Sec Eyewear #263

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
parent: [ClothingEyesBase, BaseCommandContraband]
id: ClothingEyesGlassesCommand
name: administration glasses
description: Upgraded sunglasses that provide flash immunity and show ID card status.
description: Upgraded sunglasses that provide flash immunity and show ID card status.
components:
- type: Sprite
sprite: Clothing/Eyes/Glasses/commandglasses.rsi
Expand Down
9 changes: 6 additions & 3 deletions Resources/Prototypes/Entities/Clothing/Eyes/hud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
parent: [ClothingEyesBase, ShowSecurityIcons, BaseRestrictedContraband]
id: ClothingEyesHudSecurity
name: security hud
description: A heads-up display that scans the humanoids in view and provides accurate data about their ID status and security records.
description: A heads-up display that scans the humanoids in view and provides accurate data about their ID status and security records. Comes with flash-proof contact lenses.
components:
- type: Sprite
sprite: Clothing/Eyes/Hud/sec.rsi
Expand All @@ -61,6 +61,7 @@
- type: Tag
tags:
- HudSecurity
- type: FlashImmunity

- type: entity
parent: [ClothingEyesBase, BaseCommandContraband]
Expand Down Expand Up @@ -155,7 +156,7 @@
parent: [ClothingEyesBase, ShowSecurityIcons, ShowMedicalIcons, BaseSecurityCommandContraband]
id: ClothingEyesHudMedSec
name: medsec hud
description: An eye display that looks like a mixture of medical and security huds.
description: An eye display that looks like a mixture of medical and security huds. Comes with flash-proof contact lenses.
components:
- type: Sprite
sprite: Clothing/Eyes/Hud/medsec.rsi
Expand All @@ -164,6 +165,7 @@
- type: Construction
graph: HudMedSec
node: medsecHud
- type: FlashImmunity

- type: entity
parent: [ClothingEyesBase, ShowSecurityIcons, ShowMedicalIcons]
Expand Down Expand Up @@ -251,12 +253,13 @@
parent: [ClothingEyesHudSecurity, ClothingHeadEyeBaseFlippable]
id: ClothingEyesEyepatchHudSecurity
name: security hud eyepatch
description: A heads-up display that scans the humanoids in view and provides accurate data about their ID status and security records. For true patriots.
description: A heads-up display that scans the humanoids in view and provides accurate data about their ID status and security records. For true patriots. Comes with flash-proof contact lenses.
components:
- type: Sprite
sprite: Clothing/Eyes/Hud/secpatch.rsi
- type: Clothing
sprite: Clothing/Eyes/Hud/secpatch.rsi
- type: FlashImmunity

- type: entity
parent: [ClothingEyesEyepatchHudSecurity, ClothingHeadEyeBaseFlipped]
Expand Down
Loading