mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[MIRROR] adds head of staff job flag [MDB IGNORE] (#25705)
* adds head of staff job flag * Update jobs.dm --------- Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
co-authored by
Fikou
Gandalf
parent
de3666ba24
commit
218fcdb8d5
@@ -623,7 +623,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
/datum/preferences/proc/should_be_random_hardcore(datum/job/job, datum/mind/mind)
|
||||
if(!read_preference(/datum/preference/toggle/random_hardcore))
|
||||
return FALSE
|
||||
if(job.departments_bitflags & DEPARTMENT_BITFLAG_COMMAND) //No command staff
|
||||
if(job.job_flags & JOB_HEAD_OF_STAFF) //No heads of staff
|
||||
return FALSE
|
||||
for(var/datum/antagonist/antag as anything in mind.antag_datums)
|
||||
if(antag.get_team()) //No team antags
|
||||
|
||||
Reference in New Issue
Block a user