diff --git a/code/modules/deathmatch/deathmatch_modifier.dm b/code/modules/deathmatch/deathmatch_modifier.dm index bf278b5fabc..c0d5807063f 100644 --- a/code/modules/deathmatch/deathmatch_modifier.dm +++ b/code/modules/deathmatch/deathmatch_modifier.dm @@ -363,6 +363,8 @@ /datum/deathmatch_modifier/drop_pod/proc/populate_contents() contents = typesof(/mob/living/basic/trooper/syndicate) + for(var/typepath in contents) //Make sure to set even weights for the keys or `pick_weight` won't work. + contents[typepath] = 1 /datum/deathmatch_modifier/drop_pod/monsters name = "Drop Pod: Monsters"