diff --git a/src/js/game/logic.js b/src/js/game/logic.js index 9951ca36..0a7e0c4d 100644 --- a/src/js/game/logic.js +++ b/src/js/game/logic.js @@ -243,10 +243,10 @@ export class GameLogic { const targetStaticComp = targetEntity.components.StaticMapEntity; - // Check if its a tunnel + // Check if its a crossing const wireTunnelComp = targetEntity.components.WireTunnel; if (wireTunnelComp) { - return wireTunnelComp.CanConnectWorld(targetStaticComp, offset); + return true; } // Check if its a wire