#1108 changed BuildingInfo.WaterBound to a list of terraintypes. makes it possible to have buildings with custom terrain requirements
This commit is contained in:
@@ -147,7 +147,6 @@ namespace OpenRA.TilesetBuilder
|
||||
var terraintype = new TerrainTypeInfo()
|
||||
{
|
||||
Type = "Clear",
|
||||
Buildable = true,
|
||||
AcceptSmudge = true,
|
||||
IsWater = false,
|
||||
Color = Color.White
|
||||
|
||||
Reference in New Issue
Block a user