Merge pull request #7406 from VOREStation/vplk-optimize-for-static-power

Optimize some machines for static power
This commit is contained in:
Aronai Sieyes
2020-04-25 15:06:50 -04:00
committed by GitHub
6 changed files with 39 additions and 17 deletions
-5
View File
@@ -33,11 +33,6 @@
/obj/machinery/power/terminal/hides_under_flooring()
return 1
// Needed so terminals are not removed from machines list.
// Powernet rebuilds need this to work properly.
/obj/machinery/power/terminal/process()
return 1
/obj/machinery/power/terminal/overload(var/obj/machinery/power/source)
if(master)
master.overload(source)