mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
[MIRROR] APC and SSmachines hotfixes [NO GBP] (#28930)
* APC and SSmachines hotfixes [NO GBP] * Update apc_main.dm * Update apc_main.dm * Update apc_main.dm * Update machines.dm --------- Co-authored-by: Andrew <mt.forspam@gmail.com> Co-authored-by: SpaceLoveSs13 <68121607+SpaceLoveSs13@users.noreply.github.com>
This commit is contained in:
@@ -19,11 +19,13 @@
|
||||
|
||||
/obj/machinery/computer/monitor/Initialize(mapload)
|
||||
. = ..()
|
||||
//Add to the late process queue to record the accurate power usage data
|
||||
SSmachines.processing_late += src
|
||||
search()
|
||||
history["supply"] = list()
|
||||
history["demand"] = list()
|
||||
|
||||
/obj/machinery/computer/monitor/process()
|
||||
/obj/machinery/computer/monitor/process_late()
|
||||
if(!get_powernet())
|
||||
update_use_power(IDLE_POWER_USE)
|
||||
search()
|
||||
|
||||
Reference in New Issue
Block a user