Merge pull request #7010 from atlantiscze/2020_04_17_LoadBalancing

Ports over power-related enhancements and tweaks i coded for Bay a while back
This commit is contained in:
Atermonera
2020-05-03 18:45:25 -04:00
committed by VirgoBot
parent 4e4868f273
commit 77fef98789
21 changed files with 679 additions and 428 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ var/const/SMES_WIRE_FAILSAFES = 16 // Cut to disable failsafes, mend to reenable
/datum/wires/smes/CanUse(var/mob/living/L)
var/obj/machinery/power/smes/buildable/S = holder
if(S.open_hatch)
if(S.panel_open)
return 1
return 0