mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Refactors machine_stat and is_processing() to process on demand (#53150)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user