Files
Bubberstation/code/game/objects/structures
SkyratBot 12c4cd77c4 [MIRROR] Fixes a 1-in-20 chance RNG CI failure. [MDB IGNORE] (#23246)
* Fixes a 1-in-20 chance RNG CI failure. (#77827)

Fixes RNG CI failure. Insuls became a traitor objective and have to be
created in populate_contents_immediate() instead of PopulateContents()
for closets. Some closets only spawn insuls 5% of the time, so this
slipped past CI and created a new CI failure that randomly does or
doesn't fail.

Moved the offending item over the populate_contents_immediate().

* Fixes a 1-in-20 chance RNG CI failure.

---------

Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
2023-08-21 17:02:49 -04:00
..