From 624b375af506046b7f4f0485ee37a50426c56546 Mon Sep 17 00:00:00 2001 From: Dimach Date: Sun, 17 Dec 2023 09:53:54 +0200 Subject: [PATCH] Update code/game/gamemodes/antag_paradise/antag_paradise.dm --- code/game/gamemodes/antag_paradise/antag_paradise.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/antag_paradise/antag_paradise.dm b/code/game/gamemodes/antag_paradise/antag_paradise.dm index 8490d9eb52d..8ef25bb18c0 100644 --- a/code/game/gamemodes/antag_paradise/antag_paradise.dm +++ b/code/game/gamemodes/antag_paradise/antag_paradise.dm @@ -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