mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-15 20:52:07 +00:00
Minor plant controller refactor.
This commit is contained in:
@@ -18,6 +18,8 @@ SUBSYSTEM_DEF(atoms)
|
||||
var/list/BadInitializeCalls = list()
|
||||
|
||||
/datum/controller/subsystem/atoms/Initialize(timeofday)
|
||||
if(!plant_controller) // Initialize seed repo for /obj/item/seed and /obj/item/weapon/grown
|
||||
plant_controller = new
|
||||
setupgenetics() //to set the mutations' place in structural enzymes, so initializers know where to put mutations.
|
||||
initialized = INITIALIZATION_INNEW_MAPLOAD
|
||||
to_world_log("Initializing objects")
|
||||
|
||||
Reference in New Issue
Block a user