mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user