Skip to content

Commit

Permalink
adds redis handling for predator rounds
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob authored Jan 5, 2024
1 parent 6e5661b commit 3571a17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/jobs/role_authority.dm
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ I hope it's easier to tell what the heck this proc is even doing, unlike previou
var/datum/job/PJ = temp_roles_for_mode[JOB_PREDATOR]
if(istype(PJ))
PJ.set_spawn_positions(GLOB.players_preassigned)
REDIS_PUBLISH("byond.round", "type" = "predator-round")

// Assign the roles, this time for real, respecting limits we have established.
var/list/roles_left = assign_roles(temp_roles_for_mode, unassigned_players)
Expand Down

0 comments on commit 3571a17

Please sign in to comment.