mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-09 15:59:24 +00:00
* 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>