fixes some things breaking from last sync (#4078)

* logs

* that

* this

* this
This commit is contained in:
silicons
2022-05-18 20:11:52 -07:00
committed by GitHub
parent 84929e3f34
commit 237a184c7f
56 changed files with 88 additions and 88 deletions
@@ -2,7 +2,7 @@ PROCESSING_SUBSYSTEM_DEF(instruments)
name = "Instruments"
wait = 0.5
init_order = INIT_ORDER_INSTRUMENTS
flags = SS_KEEP_TIMING
subsystem_flags = SS_KEEP_TIMING
priority = FIRE_PRIORITY_INSTRUMENTS
var/static/list/datum/instrument/instrument_data = list() //id = datum
var/static/list/datum/song/songs = list()