Files
S.P.L.U.R.T-Station-13/code/controllers/subsystem/processing/huds.dm
silicons d30acd5b09 smooth
2020-07-23 13:49:17 -07:00

7 lines
155 B
Plaintext

// Smooth HUD updates, but low priority
PROCESSING_SUBSYSTEM_DEF(huds)
name = "HUD updates"
wait = 0.5
priority = FIRE_PRIORITY_HUDS
stat_tag = "HUDS"