* Brown and Grey flatcaps added

What it says on the tin is what it is

* Fixed Copyright Jazz, oops

What it says on the tin
This commit is contained in:
Hanz
2024-01-15 18:07:51 -05:00
committed by GitHub
parent bf073f5265
commit 87b88fb93f
13 changed files with 77 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockClothesFilled
cost: 4750
cost: 4800
category: Service
group: market

View File

@@ -11,6 +11,8 @@
ClothingHeadBandGreen: 2
ClothingHeadBandRed: 2
ClothingHeadBandSkull: 2
ClothingHeadHatGreyFlatcap: 3
ClothingHeadHatBrownFlatcap: 3
ClothingUniformJumpsuitColorGrey: 8
ClothingUniformJumpskirtColorGrey: 8
ClothingUniformJumpsuitColorWhite: 3

View File

@@ -867,3 +867,25 @@
sprite: Clothing/Head/Hats/party_blue.rsi
- type: Clothing
sprite: Clothing/Head/Hats/party_blue.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatGreyFlatcap
name: grey flatcap
description: Fashionable for both the working class and old man Jenkins.
components:
- type: Sprite
sprite: Clothing/Head/Hats/greyflatcap.rsi
- type: Clothing
sprite: Clothing/Head/Hats/greyflatcap.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatBrownFlatcap
name: brown flatcap
description: Stupid clown! You made me look bad!
components:
- type: Sprite
sprite: Clothing/Head/Hats/brownflatcap.rsi
- type: Clothing
sprite: Clothing/Head/Hats/brownflatcap.rsi