Skip to content

Commit

Permalink
Merge pull request #140 from Gorox221/hotfix_glasses
Browse files Browse the repository at this point in the history
Фикс очков
  • Loading branch information
Yuoko authored Apr 13, 2024
2 parents 8abe64b + 1e7a461 commit a1f2029
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 21 deletions.
18 changes: 0 additions & 18 deletions Resources/Prototypes/Ganimed/Catalog/Loadout/Eyes/glasses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,21 +165,3 @@
- BlueShield
- BridgeOfficer
prototype: ClothingEyesGlassesSunglasses

- type: loadout
id: LoadoutEyesClothingEyesGlassesSecurity
category: loadout-category-eyes
cost: 1
exclusive: true
whitelistJobs:
- SecurityCadet
- SecurityOfficer
- Warden
- Detective
- HeadOfSecurity
- Captain
- SeniorOfficer
- Captain
- Brigmedic
- BlueShield
prototype: ClothingEyesGlassesSecurity
23 changes: 22 additions & 1 deletion Resources/Prototypes/Ganimed/Entities/Clothing/Eyes/glasses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,25 @@
- type: ShowHealthBars
damageContainers:
- Inorganic
- Silicon
- Silicon

- type: entity
parent: ClothingEyesBase
id: ClothingEyesGlassesBlueShield
name: blue shield sunglasses
description: Strangely ancient technology used to help provide rudimentary eye cover. Enhanced shielding blocks many flashes. Special modifications may prove useful for blue shield officers.
components:
- type: Sprite
sprite: Ganimed/Clothing/Eyes/blueshieldglasses.rsi
- type: Clothing
sprite: Ganimed/Clothing/Eyes/blueshieldglasses.rsi
- type: FlashImmunity
- type: EyeProtection
protectionTime: 5
- type: Tag
tags:
- HamsterWearable
- WhitelistChameleon
- type: GuideHelp
guides:
- Security
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
back: ClothingBackpackHOSFilled
shoes: ClothingShoesBootsJackSecFilled
outerClothing: ClothingOuterCoatHoSTrench
eyes: ClothingEyesHUDGlassesSecurity
eyes: ClothingEyesGlassesSecurity
head: ClothingHeadHatBeretHoS
id: HoSPDA
gloves: ClothingHandsGlovesCombat
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Wildcards/blueshield.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
jumpsuit: ClothingUniformJumpsuitBlueShield
back: ClothingBackpackSecurityBlueShieldFilled
shoes: ClothingShoesBootsJack
eyes: ClothingEyesGlassesBlueShield
eyes: ClothingEyesGlassesSunglasses
head: ClothingHeadHatBeretBlueShield
outerClothing: ClothingOuterCoatBlueShield
neck: ClothingNeckTieBlueShield
Expand Down

0 comments on commit a1f2029

Please sign in to comment.