Fix wall adjacency for multi-cell neighbours.
This commit is contained in:
@@ -120,7 +120,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
[RequireExplicitImplementation]
|
||||
interface IWallConnector
|
||||
{
|
||||
bool AdjacentWallCanConnect(Actor self, CPos wallLocation, string wallType);
|
||||
bool AdjacentWallCanConnect(Actor self, CPos wallLocation, string wallType, out CVec facing);
|
||||
void SetDirty();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user