Spare headsets for the HoP (#11954)

* textures and fill yml

* texture meta edit

* box id fix, locker fill, vendor fill

* whitelist fix
This commit is contained in:
Nairod
2022-10-16 13:21:02 -05:00
committed by GitHub
parent 907a53c12a
commit 50d8ed6c89
5 changed files with 24 additions and 0 deletions

View File

@@ -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

View File

@@ -74,6 +74,7 @@
- id: ClothingHeadsetCommand
- id: BoxPDA
- id: BoxID
- id: BoxHeadset
- id: IDComputerCircuitboard
- id: WeaponDisabler
- id: ClothingShoesColorBlack

View File

@@ -4,6 +4,7 @@
PassengerPDA: 5
ClearPDA: 5
PassengerIDCard: 5
ClothingHeadsetGrey: 5
RubberStampApproved: 1
RubberStampDenied: 1
Paper: 10

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

View File

@@ -119,6 +119,9 @@
"name": "writing_of_doom"
},
{
"name": "headset"
},
{
"name": "inhand-left",
"directions": 4
},