Adds anti job camping for heads + Config patch (#9188)

This commit is contained in:
tacoguy7765093
2024-10-08 09:44:49 -04:00
committed by GitHub
parent 9f5562dd15
commit a7f6236a11
9 changed files with 22 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
/datum/job/captain
camp_protection = TRUE
/datum/job/hop
camp_protection = TRUE
/datum/alt_title/bridge_officer
title = JOB_ALT_BRIDGE_OFFICER
title_outfit = /decl/hierarchy/outfit/job/bridge_officer

View File

@@ -0,0 +1,2 @@
/datum/job/chief_engineer
camp_protection = TRUE

View File

@@ -0,0 +1,2 @@
/datum/job/cmo
camp_protection = TRUE

View File

@@ -0,0 +1,2 @@
/datum/job/rd
camp_protection = TRUE

View File

@@ -1,3 +1,6 @@
/datum/job/hos
camp_protection = TRUE
/datum/job/brigphysician
title = JOB_BRIG_PHYSICIAN
flag = BRIGPHYS

View File

@@ -1,3 +1,6 @@
/datum/job/ai
camp_protection = TRUE
/datum/job/ai/is_species_banned(species_name, brain_type)
// Any species can join as AI, including shadekin.
return FALSE