mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 13:36:51 +01:00
processing subsystem update (#7489)
- processing subsystems now declare time as second intervals - adds missing stat tag - MC now respects abstract type for subsystems (even if we don't use it lol)
This commit is contained in:
@@ -5,6 +5,7 @@ PROCESSING_SUBSYSTEM_DEF(instruments)
|
||||
init_stage = INIT_STAGE_EARLY
|
||||
subsystem_flags = SS_KEEP_TIMING
|
||||
priority = FIRE_PRIORITY_INSTRUMENTS
|
||||
stat_tag = "P_INST"
|
||||
var/static/list/datum/instrument/instrument_data = list() //id = datum
|
||||
var/static/list/datum/song/songs = list()
|
||||
var/static/musician_maxlines = 600
|
||||
|
||||
Reference in New Issue
Block a user