Merge pull request #13290 from VOREStation/upstream-merge-8660

[MIRROR] Adds some core behavior code, uses it to fix a small bug (ABLE TO BE MERGED)
This commit is contained in:
C.L
2022-09-24 21:21:24 -04:00
committed by CHOMPStation2
parent 6ed92a2bf9
commit 8e6652e1b0
17 changed files with 177 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ PROCESSING_SUBSYSTEM_DEF(instruments)
/datum/controller/subsystem/processing/instruments/proc/initialize_instrument_data()
for(var/datum/instrument/I as anything in subtypesof(/datum/instrument))
if(initial(I.abstract_type) == I)
if(initial(I.instrument_type) == I)
continue
I = new I
I.Initialize()