From cfde581e74ef8c10345c3bf9556da4af38628416 Mon Sep 17 00:00:00 2001 From: FlufflesTheDog Date: Tue, 15 Oct 2024 02:01:38 -0700 Subject: [PATCH] Fix clockout for NTC and Blueshield (#4488) * im on break don't call me * How about you continually integrate some bitches I swear to god if I get one more test failure caused by a crate spawner causing a garbage spawner to spawn something outside in space through a window spawner on the upper level of a multi z station I am going to unplug CI for good, you know what, i'm just deleting spawners, why aren't we placing windows manually, what the fuck do i need a window spawner for, it literally just makes a window --- modular_nova/master_files/code/datums/id_trim/jobs.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modular_nova/master_files/code/datums/id_trim/jobs.dm b/modular_nova/master_files/code/datums/id_trim/jobs.dm index 85f990445b8..215fc6c20ca 100644 --- a/modular_nova/master_files/code/datums/id_trim/jobs.dm +++ b/modular_nova/master_files/code/datums/id_trim/jobs.dm @@ -83,6 +83,7 @@ ACCESS_CAPTAIN, ACCESS_CHANGE_IDS, ) + job = /datum/job/blueshield /datum/id_trim/job/nanotrasen_consultant assignment = "Nanotrasen Consultant" @@ -140,6 +141,7 @@ ACCESS_CAPTAIN, ACCESS_CHANGE_IDS, ) + job = /datum/job/nanotrasen_consultant /datum/id_trim/job/corrections_officer assignment = "Corrections Officer"