From 3ca7d902dd39a4a3f92b767f161e9a4d6edee195 Mon Sep 17 00:00:00 2001 From: hislittlecuzin Date: Wed, 28 Aug 2024 19:16:22 -0400 Subject: [PATCH 1/3] increase XO hour requirements --- code/game/jobs/job/command/cic/executive.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/jobs/job/command/cic/executive.dm b/code/game/jobs/job/command/cic/executive.dm index f717a03e1229..72171775cbe2 100644 --- a/code/game/jobs/job/command/cic/executive.dm +++ b/code/game/jobs/job/command/cic/executive.dm @@ -18,7 +18,7 @@ GLOB.marine_leaders -= JOB_XO AddTimelock(/datum/job/command/executive, list( - JOB_COMMAND_ROLES = 5 HOURS, + JOB_COMMAND_ROLES = 20 HOURS, )) /obj/effect/landmark/start/executive From 02c7d0cf3788930448f6f70269e3e45797220a36 Mon Sep 17 00:00:00 2001 From: hislittlecuzin Date: Wed, 28 Aug 2024 19:29:31 -0400 Subject: [PATCH 2/3] added sl requirements --- code/game/jobs/job/command/cic/executive.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/jobs/job/command/cic/executive.dm b/code/game/jobs/job/command/cic/executive.dm index 72171775cbe2..a84bd6d13525 100644 --- a/code/game/jobs/job/command/cic/executive.dm +++ b/code/game/jobs/job/command/cic/executive.dm @@ -19,6 +19,7 @@ AddTimelock(/datum/job/command/executive, list( JOB_COMMAND_ROLES = 20 HOURS, + JOB_SQUAD_LEADER = 10 HOURS )) /obj/effect/landmark/start/executive From 8659a325d738809c166800d576943b172ff4998d Mon Sep 17 00:00:00 2001 From: hislittlecuzingames <142365554+hislittlecuzingames@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:27:50 -0400 Subject: [PATCH 3/3] Update code/game/jobs/job/command/cic/executive.dm Co-authored-by: Git-Nivrak <59925169+Git-Nivrak@users.noreply.github.com> --- code/game/jobs/job/command/cic/executive.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/jobs/job/command/cic/executive.dm b/code/game/jobs/job/command/cic/executive.dm index a84bd6d13525..f03c384bbb86 100644 --- a/code/game/jobs/job/command/cic/executive.dm +++ b/code/game/jobs/job/command/cic/executive.dm @@ -19,7 +19,7 @@ AddTimelock(/datum/job/command/executive, list( JOB_COMMAND_ROLES = 20 HOURS, - JOB_SQUAD_LEADER = 10 HOURS + JOB_SQUAD_LEADER = 10 HOURS, )) /obj/effect/landmark/start/executive