mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-18 19:53:00 +01:00
[READY]Makes a bunch of processes subsystems instead (#5814
* Converts various New() definitions to Initialization() * Adds absolute pathing
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
number_of_issues++
|
||||
|
||||
for(var/reagent_name in design.chemicals)
|
||||
if(!(reagent_name in chemical_reagents_list))
|
||||
if(!(reagent_name in SSchemistry.chemical_reagents))
|
||||
log_unit_test("The entry [design_type] has invalid chemical type [reagent_name]")
|
||||
number_of_issues++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user