Disallow building placement on bridges and fix radar color.
This commit is contained in:
@@ -20,7 +20,7 @@ namespace OpenRA.Mods.TS.Traits
|
||||
[Desc("Bridge actor that can't be passed underneath.")]
|
||||
class LowBridgeInfo : ITraitInfo, Requires<BuildingInfo>
|
||||
{
|
||||
public readonly string TerrainType = "Road";
|
||||
public readonly string TerrainType = "Bridge";
|
||||
|
||||
public object Create(ActorInitializer init) { return new LowBridge(init.Self, this); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user