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:
@@ -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
|
||||
|
||||
@@ -74,6 +74,7 @@
|
||||
- id: ClothingHeadsetCommand
|
||||
- id: BoxPDA
|
||||
- id: BoxID
|
||||
- id: BoxHeadset
|
||||
- id: IDComputerCircuitboard
|
||||
- id: WeaponDisabler
|
||||
- id: ClothingShoesColorBlack
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
PassengerPDA: 5
|
||||
ClearPDA: 5
|
||||
PassengerIDCard: 5
|
||||
ClothingHeadsetGrey: 5
|
||||
RubberStampApproved: 1
|
||||
RubberStampDenied: 1
|
||||
Paper: 10
|
||||
|
||||
BIN
Resources/Textures/Objects/Storage/boxes.rsi/headset.png
Normal file
BIN
Resources/Textures/Objects/Storage/boxes.rsi/headset.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 174 B |
@@ -119,6 +119,9 @@
|
||||
"name": "writing_of_doom"
|
||||
},
|
||||
{
|
||||
"name": "headset"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user