From 244e2e5a103bcebde34c39a24442f48149b959f8 Mon Sep 17 00:00:00 2001 From: Lamrr <96937466+Lamrr@users.noreply.github.com> Date: Tue, 8 Feb 2022 21:49:13 +1100 Subject: [PATCH] Adds quartermaster spawnpoint (without changing maps) (#6503) Co-authored-by: metalgearsloth --- .../Entities/Markers/Spawners/jobs.yml | 21 +++++++++++-------- .../Roles/Jobs/Cargo/cargo_technician.yml | 3 +-- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Resources/Prototypes/Entities/Markers/Spawners/jobs.yml b/Resources/Prototypes/Entities/Markers/Spawners/jobs.yml index f89e829e2d..d6eca4ebc2 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/jobs.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/jobs.yml @@ -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 diff --git a/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml b/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml index b67c88b95f..27d2929c47 100644 --- a/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml +++ b/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml @@ -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