mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Make DI tab readable
The process scheduler section of the DI tab is nearly unreadable as-is, due to having precisely 0 spaces in the statistics. This fixes that
This commit is contained in:
@@ -27,7 +27,7 @@ var/global/datum/controller/process/air_system/air_master
|
||||
schedule_interval = 20 // every 2 seconds
|
||||
start_delay = 4
|
||||
air_master = src
|
||||
|
||||
|
||||
var/watch = start_watch()
|
||||
log_startup_progress("Processing geometry...")
|
||||
setup_allturfs() // Get all currently active tiles that need processing each atmos tick.
|
||||
@@ -48,7 +48,7 @@ var/global/datum/controller/process/air_system/air_master
|
||||
/datum/controller/process/air_system/statProcess()
|
||||
..()
|
||||
stat(null, "[last_active] active")
|
||||
stat(null, "[last_excited] EG|[last_hpd] HPD|[last_asc] ASC|[last_hotspots] Hot")
|
||||
stat(null, "[last_excited] EG | [last_hpd] HPD | [last_asc] ASC | [last_hotspots] Hot")
|
||||
|
||||
/datum/controller/process/air_system/proc/process_hotspots()
|
||||
last_hotspots = hotspots.len
|
||||
|
||||
Reference in New Issue
Block a user