Adds quartermaster spawnpoint (without changing maps) (#6503)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -36,15 +36,18 @@
|
||||
|
||||
# Cargo
|
||||
|
||||
#- type: entity
|
||||
# id: SpawnPointQuartermaster
|
||||
# parent: SpawnPointJobBase
|
||||
# name: quartermaster
|
||||
# components:
|
||||
# - type: SpawnPoint
|
||||
# job_id: Quartermaster
|
||||
# - type: Sprite
|
||||
# state: Quartermaster
|
||||
- type: entity
|
||||
id: SpawnPointQuartermaster
|
||||
parent: SpawnPointJobBase
|
||||
name: quartermaster
|
||||
components:
|
||||
- type: SpawnPoint
|
||||
job_id: Quartermaster
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: green
|
||||
- state: qm
|
||||
|
||||
|
||||
- type: entity
|
||||
id: SpawnPointCargoTechnician
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
departments:
|
||||
- Cargo
|
||||
icon: "CargoTechnician"
|
||||
supervisors: "the head of personnel" # TODO: Change this to include the QM when it gets in.
|
||||
supervisors: "the quartermaster and head of personnel"
|
||||
access:
|
||||
- Cargo
|
||||
- Maintenance
|
||||
@@ -18,7 +18,6 @@
|
||||
jumpsuit: ClothingUniformJumpsuitCargo
|
||||
back: ClothingBackpackFilled
|
||||
shoes: ClothingShoesColorBlack
|
||||
gloves: ClothingHandsGlovesFingerless
|
||||
id: CargoPDA
|
||||
ears: ClothingHeadsetCargo
|
||||
innerclothingskirt: ClothingUniformJumpskirtCargo
|
||||
|
||||
Reference in New Issue
Block a user