Fixes things

This commit is contained in:
C.L
2022-09-24 21:09:53 -04:00
parent a019deaf46
commit ccd8156d67
11 changed files with 14 additions and 10 deletions
@@ -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()