diff --git a/OpenRA.Mods.Common/Traits/DamagedByTerrain.cs b/OpenRA.Mods.Common/Traits/DamagedByTerrain.cs index b260f00b95..64ba8d970c 100644 --- a/OpenRA.Mods.Common/Traits/DamagedByTerrain.cs +++ b/OpenRA.Mods.Common/Traits/DamagedByTerrain.cs @@ -16,7 +16,7 @@ using OpenRA.Traits; namespace OpenRA.Mods.Common.Traits { [Desc("This actor receives damage from the given weapon when on the specified terrain type.")] - class DamagedByTerrainInfo : ConditionalTraitInfo, Requires + class DamagedByTerrainInfo : ConditionalTraitInfo, Requires, Requires { [FieldLoader.Require] [Desc("Amount of damage received per DamageInterval ticks.")]