mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Merge pull request #7406 from VOREStation/vplk-optimize-for-static-power
Optimize some machines for static power
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user