Refactors machine_stat and is_processing() to process on demand (#53150)

This commit is contained in:
Rohesie
2020-08-24 17:38:30 -07:00
committed by GitHub
parent 2b0a322a37
commit 3a33f3ae47
61 changed files with 270 additions and 163 deletions
+1 -1
View File
@@ -238,7 +238,7 @@
HE.safety(active)
/obj/machinery/computer/holodeck/proc/load_program(area/A, force = FALSE, add_delay = TRUE)
if(!is_operational())
if(!is_operational)
A = offline_program
force = TRUE