diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/general.yml b/Resources/Prototypes/Catalog/Fills/Boxes/general.yml index 1825ead99d..4727bf3b77 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/general.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/general.yml @@ -133,6 +133,25 @@ components: - IdCard +- type: entity + name: headset box + parent: BoxCardboard + id: BoxHeadset + description: A box of spare passenger headsets. + components: + - type: StorageFill + contents: + - id: ClothingHeadsetGrey + amount: 6 + - type: Sprite + layers: + - state: box + - state: headset + - type: Storage + capacity: 60 + whitelist: + components: + - Headset - type: entity name: meson box diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index ca8111f941..6a6c48f89c 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -74,6 +74,7 @@ - id: ClothingHeadsetCommand - id: BoxPDA - id: BoxID + - id: BoxHeadset - id: IDComputerCircuitboard - id: WeaponDisabler - id: ClothingShoesColorBlack diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/cart.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/cart.yml index daac474e15..3b4c79b041 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/cart.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/cart.yml @@ -4,6 +4,7 @@ PassengerPDA: 5 ClearPDA: 5 PassengerIDCard: 5 + ClothingHeadsetGrey: 5 RubberStampApproved: 1 RubberStampDenied: 1 Paper: 10 diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/headset.png b/Resources/Textures/Objects/Storage/boxes.rsi/headset.png new file mode 100644 index 0000000000..3802689d34 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/headset.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/meta.json b/Resources/Textures/Objects/Storage/boxes.rsi/meta.json index cc22369629..52f62af55e 100644 --- a/Resources/Textures/Objects/Storage/boxes.rsi/meta.json +++ b/Resources/Textures/Objects/Storage/boxes.rsi/meta.json @@ -119,6 +119,9 @@ "name": "writing_of_doom" }, { + "name": "headset" + }, + { "name": "inhand-left", "directions": 4 },