Fix adjacent north/south cable terminals breaking east/west HV cable (#38377)

This commit is contained in:
Whatstone
2025-06-17 05:13:35 -04:00
committed by GitHub
parent 3a965503b5
commit 53a01bfb46

View File

@@ -52,7 +52,6 @@ namespace Content.Server.Power.Nodes
{
// Target tile has a terminal towards us, block the direction.
terminalDirs |= 1 << (int) dir;
break;
}
}
}