Skip to content

Commit

Permalink
Fixes instruments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapu1178 committed Aug 27, 2023
1 parent 17cb2e0 commit fb6080e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/processing/instruments.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PROCESSING_SUBSYSTEM_DEF(instruments)
songs -= S

/datum/controller/subsystem/processing/instruments/proc/initialize_instrument_data()
for(var/datum/instrument/I in subtypesof(/datum/instrument))
for(var/datum/instrument/I as anything in subtypesof(/datum/instrument))
if(isabstract(I))
continue
I = new
Expand Down

0 comments on commit fb6080e

Please sign in to comment.