From 31757835b50bc04f065ade5aef4f288c79459905 Mon Sep 17 00:00:00 2001 From: Dvir Date: Wed, 27 Mar 2024 00:57:13 +0200 Subject: [PATCH] JobSpawns --- .../Prototypes/Nyanotrasen/Roles/Jobs/Cargo/mail_carrier.yml | 1 + Resources/Prototypes/Nyanotrasen/Roles/Jobs/Civilian/valet.yml | 1 + .../Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/prisoner.yml | 2 +- Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml | 1 + Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml | 1 + Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml | 1 + Resources/Prototypes/_NF/Roles/Jobs/Command/stc.yml | 1 + Resources/Prototypes/_NF/Roles/Jobs/Security/security_guard.yml | 1 + 8 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Cargo/mail_carrier.yml b/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Cargo/mail_carrier.yml index 3a1ed796c83..09d250d2512 100644 --- a/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Cargo/mail_carrier.yml +++ b/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Cargo/mail_carrier.yml @@ -3,6 +3,7 @@ name: job-name-mail-carrier description: job-name-mail-carrier startingGear: MailCarrierGear + alwaysUseSpawner: true playTimeTracker: JobMailCarrier requirements: - !type:OverallPlaytimeRequirement diff --git a/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Civilian/valet.yml b/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Civilian/valet.yml index 26f2135e61a..6e3a90eae68 100644 --- a/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Civilian/valet.yml +++ b/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Civilian/valet.yml @@ -7,6 +7,7 @@ - !type:OverallPlaytimeRequirement time: 10800 startingGear: ValetGear + alwaysUseSpawner: true icon: "JobIconServiceWorker" supervisors: job-supervisors-everyone access: diff --git a/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/prisoner.yml b/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/prisoner.yml index 3c1b56f614f..f809dcdf369 100644 --- a/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/prisoner.yml +++ b/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Wildcards/prisoner.yml @@ -6,7 +6,7 @@ requirements: - !type:WhitelistRequirement startingGear: PrisonerGear - alwaysUseSpawner: true +# alwaysUseSpawner: true canBeAntag: false whitelistRequired: true icon: "JobIconPrisoner" diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml b/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml index 837ab94ba40..49a948d23fd 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml @@ -7,6 +7,7 @@ - !type:OverallPlaytimeRequirement time: 10800 startingGear: JanitorGear + alwaysUseSpawner: true icon: "JobIconJanitor" supervisors: job-supervisors-hop access: diff --git a/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml b/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml index 435021a3398..82b86ae3c92 100644 --- a/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml +++ b/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml @@ -9,6 +9,7 @@ - !type:WhitelistRequirement weight: 20 startingGear: HoPGear + alwaysUseSpawner: true icon: "JobIconHeadOfPersonnel" requireAdminNotify: true supervisors: job-supervisors-centcom # Frontier diff --git a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml index 1d7935c811f..56ec18ce0c8 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml @@ -21,6 +21,7 @@ # time: 108000 # 30 hrs weight: 10 startingGear: HoSGear + alwaysUseSpawner: true icon: "JobIconHeadOfSecurity" requireAdminNotify: true supervisors: job-supervisors-hop # Frontier diff --git a/Resources/Prototypes/_NF/Roles/Jobs/Command/stc.yml b/Resources/Prototypes/_NF/Roles/Jobs/Command/stc.yml index f385ab13bf5..6d4cca52fcc 100644 --- a/Resources/Prototypes/_NF/Roles/Jobs/Command/stc.yml +++ b/Resources/Prototypes/_NF/Roles/Jobs/Command/stc.yml @@ -4,6 +4,7 @@ description: job-description-stc playTimeTracker: JobStc startingGear: StcGear + alwaysUseSpawner: true requirements: - !type:OverallPlaytimeRequirement time: 72000 # 20 hrs diff --git a/Resources/Prototypes/_NF/Roles/Jobs/Security/security_guard.yml b/Resources/Prototypes/_NF/Roles/Jobs/Security/security_guard.yml index 4c34a506c87..2db4ea183b2 100644 --- a/Resources/Prototypes/_NF/Roles/Jobs/Security/security_guard.yml +++ b/Resources/Prototypes/_NF/Roles/Jobs/Security/security_guard.yml @@ -7,6 +7,7 @@ - !type:OverallPlaytimeRequirement time: 36000 # Frontier - 10 hrs startingGear: SecurityGuardGear + alwaysUseSpawner: true icon: "JobIconSecurityGuard" supervisors: job-supervisors-hop # not hos canBeAntag: false