[MIRROR] Fixes triple carp shuttle event failing [MDB IGNORE] (#22539)

* Fixes triple carp shuttle event failing (#76860)

* Fixes triple carp shuttle event failing

---------

Co-authored-by: Time-Green <7501474+Time-Green@users.noreply.github.com>
Co-authored-by: Pinta <68373373+softcerv@users.noreply.github.com>
Co-authored-by: Bloop <vinylspiders@gmail.com>
This commit is contained in:
SkyratBot
2023-07-18 16:43:53 -04:00
committed by GitHub
co-authored by Time-Green Pinta Bloop
parent 6968c4889c
commit c2c8f00d16
@@ -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