mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-28 02:52:01 +00:00
Changes cargo defines (STOCK_ITEM_*) to fix a deep recursion (and eventual runtime) issue (#10465)
The defines now create a subtype under cargo_master for every spawner proc and use that to define probability and register the spawner instead of making tons of proc overrides. This also allows for more flexibility when defining the spawners if desired.
This commit is contained in:
@@ -44,6 +44,6 @@
|
||||
ore_data[OD.name] = OD
|
||||
|
||||
// Setup cargo spawn lists.
|
||||
global.cargo_master.setup_cargo_stock()
|
||||
setup_cargo_spawn_lists()
|
||||
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user