Refactors status displays (#18811)

* Refactors status displays

* biggest commit
This commit is contained in:
AffectedArc07
2022-08-29 16:45:29 +01:00
committed by GitHub
parent 5d3310cdef
commit 629c099db7
22 changed files with 294 additions and 352 deletions
@@ -67,7 +67,6 @@
/datum/weather/rad_storm/proc/status_alarm(active) //Makes the status displays show the radiation warning for those who missed the announcement.
if(active)
post_status("alert", "radiation")
post_status(STATUS_DISPLAY_ALERT, "radiation")
else
post_status("blank")
post_status("shuttle")
post_status(STATUS_DISPLAY_TRANSFER_SHUTTLE_TIME)