Adds leather satchels from TGstation as a limited-supply item in clothesmates (#13727)

This commit is contained in:
deathride58
2023-01-26 13:14:30 -05:00
committed by GitHub
parent accfca7a56
commit d6f71db037
7 changed files with 37 additions and 1 deletions

View File

@@ -3,7 +3,8 @@
startingInventory:
ClothingBackpack: 5
ClothingBackpackDuffel: 5
ClothingBackpackSatchel: 5
ClothingBackpackSatchel: 3
ClothingBackpackSatchelLeather: 2
HatBandBlack: 2
HatBandBlue: 2
HatBandGreen: 2

View File

@@ -24,6 +24,15 @@
- key: enum.StorageUiKey.Key
type: StorageBoundUserInterface
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelLeather
name: leather satchel
description: A trend-setting satchel from a bygone era.
components:
- type: Sprite
sprite: Clothing/Back/Satchels/leather.rsi
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelEngineering