Skip to content

Commit

Permalink
Update code/game/gamemodes/cm_process.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
blackdragonTOW and harryob committed Jul 24, 2023
1 parent b6c36b8 commit 3a7ebb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/game/gamemodes/cm_process.dm
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,7 @@ GLOBAL_VAR_INIT(next_admin_bioscan, 30 MINUTES)
var/num_CLF = 0
var/num_headcount = 0

for(var/faction_member in GLOB.alive_human_list)
var/mob/living/carbon/human/current_human = faction_member
for(var/mob/living/carbon/human/current_human as anything in GLOB.alive_human_list)
if(!(current_human.z && (current_human.z in z_levels) && !istype(current_human.loc, /turf/open/space)))
continue
if(current_human.faction in FACTION_LIST_WY || current_human.job == "Corporate Liaison") //The CL is assigned the USCM faction for gameplay purposes
Expand Down

0 comments on commit 3a7ebb5

Please sign in to comment.