Skip to content

Commit

Permalink
Update code/game/gamemodes/antag_paradise/antag_paradise.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimach authored Dec 17, 2023
1 parent f569b34 commit 624b375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/gamemodes/antag_paradise/antag_paradise.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

/datum/game_mode/antag_paradise/pre_setup()
var/players = num_players()
calculate_antags()
calculate_antags(players)

if(CONFIG_GET(flag/protect_roles_from_antagonist))
restricted_jobs += protected_jobs
Expand Down

0 comments on commit 624b375

Please sign in to comment.