mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
[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:
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
|
||||
|
||||
Reference in New Issue
Block a user