adds standard turfmakers (#4835)

Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
silicons
2022-12-16 20:04:43 -06:00
committed by GitHub
co-authored by VM_USER <VM_USER>
parent 30c15fd09e
commit f13aa201e8
24 changed files with 198 additions and 79 deletions
@@ -12,7 +12,7 @@ PROCESSING_SUBSYSTEM_DEF(chemistry)
chemical_reagents = SSchemistry.chemical_reagents
// honestly hate that we have to do this but some things INITIALIZE_IMMEDIATE so uh fuck me I guess!
/datum/controller/subsystem/processing/chemistry/PreInit()
/datum/controller/subsystem/processing/chemistry/PreInit(recovering)
initialize_chemical_reactions()
initialize_chemical_reagents()
return ..()