From 13769d48a10be96f43e6a28aeda447d17f0861bc Mon Sep 17 00:00:00 2001 From: reaperrr Date: Tue, 18 Sep 2018 00:57:11 +0200 Subject: [PATCH] Minor Health readability style fix --- OpenRA.Mods.Common/Traits/Health.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRA.Mods.Common/Traits/Health.cs b/OpenRA.Mods.Common/Traits/Health.cs index de66899d08..f4f18da151 100644 --- a/OpenRA.Mods.Common/Traits/Health.cs +++ b/OpenRA.Mods.Common/Traits/Health.cs @@ -19,6 +19,7 @@ namespace OpenRA.Mods.Common.Traits { [Desc("HitPoints")] public readonly int HP = 0; + [Desc("Trigger interfaces such as AnnounceOnKill?")] public readonly bool NotifyAppliedDamage = true;