diff --git a/OpenRA.Mods.RA/World/DomainIndex.cs b/OpenRA.Mods.RA/World/DomainIndex.cs index 2c7def6793..2e6dbdbf76 100644 --- a/OpenRA.Mods.RA/World/DomainIndex.cs +++ b/OpenRA.Mods.RA/World/DomainIndex.cs @@ -18,7 +18,8 @@ using OpenRA.Traits; namespace OpenRA.Mods.RA { - // Identify untraversable regions of the map for faster pathfinding, especially with AI + [Desc("Identify untraversable regions of the map for faster pathfinding, especially with AI.", + "This trait is required. Every mod needs it attached to the world actor.")] class DomainIndexInfo : TraitInfo {} public class DomainIndex : IWorldLoaded diff --git a/mods/ts/rules/world.yaml b/mods/ts/rules/world.yaml index 6fd8631aa1..a69133b65c 100644 --- a/mods/ts/rules/world.yaml +++ b/mods/ts/rules/world.yaml @@ -85,6 +85,7 @@ World: Country@1: Name: Nod Race: nod + DomainIndex: ResourceLayer: ResourceClaimLayer: FixedColorPalette@GreenTiberium: