From 83ea65d4ff575db30878ea1623dec1631b921d3d Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Tue, 6 Oct 2020 14:43:53 +0200 Subject: [PATCH] Require IOccupySpace for DamagedByTerrain --- OpenRA.Mods.Common/Traits/DamagedByTerrain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")]