diff --git a/code/modules/shuttle/shuttle_events/player_controlled.dm b/code/modules/shuttle/shuttle_events/player_controlled.dm index 5b4387f3eb1..ef7e2c33170 100644 --- a/code/modules/shuttle/shuttle_events/player_controlled.dm +++ b/code/modules/shuttle/shuttle_events/player_controlled.dm @@ -65,4 +65,4 @@ var/list/spawning_list_copy = spawning_list.Copy() spawning_list.Cut() for(var/i in 1 to max_carp_spawns) - spawning_list.Add(pick_weight(spawning_list_copy)) + spawning_list[pick_weight(spawning_list_copy)] += 1