mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
powerfruits yeah
This commit is contained in:
@@ -219,7 +219,7 @@ var/global/powernets_broke = 0
|
||||
else if(istype(AM,/obj/structure/cable))
|
||||
var/obj/structure/cable/C = AM
|
||||
if(!unmarked || !C.powernet)
|
||||
if(C.d1 == d || C.d2 == d)
|
||||
if(C.hasDir(d))
|
||||
. += C
|
||||
|
||||
// rebuild all power networks from scratch - only called at world creation or by the admin verb
|
||||
|
||||
Reference in New Issue
Block a user