Skip to content

Commit

Permalink
Update cm_process.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
blackdragonTOW authored Jul 24, 2023
1 parent e900138 commit a0b160d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/gamemodes/cm_process.dm
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ GLOBAL_VAR_INIT(next_admin_bioscan, 30 MINUTES)
num_headcount++
continue
num_headcount++
return list(num_marines,num_WY,num_UPP,num_CLF,num_headcount)
return list("marine_headcount" = num_marines,"WY_headcount" = num_WY,"UPP_headcount" = num_UPP,"CLF_headcount" = num_CLF,"total_headcount" = num_headcount)

/*
#undef QUEEN_DEATH_COUNTDOWN
Expand Down

0 comments on commit a0b160d

Please sign in to comment.