Skip to content

Commit

Permalink
Cherry-picked commit d370f16 from space-wizards/space-station-14/master
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpleStation14 authored and shampunj committed Mar 15, 2024
1 parent 3bf08c7 commit f703b07
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Catalog/Cargo/cargo_vending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockClothesFilled
cost: 7250 #DeltaV
category: Service
cost: 6000
category: cargoproduct-category-name-service
group: market

- type: cargoProduct
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
ClothingHandsGlovesColorGreen: 2
ClothingHandsGlovesColorOrange: 2
ClothingHandsGlovesColorPurple: 2
ClothingEyesGlassesCheapSunglasses: 3
contrabandInventory:
ClothingMaskNeckGaiter: 2
ClothingUniformJumpsuitTacticool: 1
Expand Down
19 changes: 13 additions & 6 deletions Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,17 +129,14 @@

- type: entity
parent: ClothingEyesBase
id: ClothingEyesGlassesSunglasses
name: sun glasses
description: A pair of black sunglasses.
id: ClothingEyesGlassesCheapSunglasses
name: cheap sunglasses
description: A pair of black sunglasses. Doesn't block light well, more of an accessory than something useful.
components:
- type: Sprite
sprite: Clothing/Eyes/Glasses/sunglasses.rsi
- type: Clothing
sprite: Clothing/Eyes/Glasses/sunglasses.rsi
- type: FlashImmunity
- type: EyeProtection
protectionTime: 5
- type: Tag
tags:
- HamsterWearable
Expand All @@ -148,6 +145,16 @@
- type: IdentityBlocker
coverage: EYES

- type: entity
parent: ClothingEyesGlassesCheapSunglasses
id: ClothingEyesGlassesSunglasses
name: sun glasses
description: A pair of black sunglasses.
components:
- type: FlashImmunity
- type: EyeProtection
protectionTime: 5

- type: entity
parent: ClothingEyesBase
id: ClothingEyesGlassesSecurity
Expand Down

0 comments on commit f703b07

Please sign in to comment.