Skip to content

Commit

Permalink
Fix clockout for NTC and Blueshield (#4488)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
FlufflesTheDog authored and StealsThePRs committed Oct 15, 2024
1 parent f4d3048 commit cfde581
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modular_nova/master_files/code/datums/id_trim/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
ACCESS_CAPTAIN,
ACCESS_CHANGE_IDS,
)
job = /datum/job/blueshield

/datum/id_trim/job/nanotrasen_consultant
assignment = "Nanotrasen Consultant"
Expand Down Expand Up @@ -140,6 +141,7 @@
ACCESS_CAPTAIN,
ACCESS_CHANGE_IDS,
)
job = /datum/job/nanotrasen_consultant

/datum/id_trim/job/corrections_officer
assignment = "Corrections Officer"
Expand Down

0 comments on commit cfde581

Please sign in to comment.