Subsystem return update (#16820)

This commit is contained in:
Selis
2025-01-03 08:39:37 +01:00
committed by GitHub
parent df9b71e402
commit f48022188f
43 changed files with 312 additions and 124 deletions
@@ -24,7 +24,7 @@ PROCESSING_SUBSYSTEM_DEF(instruments)
/datum/controller/subsystem/processing/instruments/Initialize()
initialize_instrument_data()
synthesizer_instrument_ids = get_allowed_instrument_ids()
return ..()
return SS_INIT_SUCCESS
/datum/controller/subsystem/processing/instruments/proc/on_song_new(datum/song/S)
songs += S