From a8dd67a2318c03f1f1ba0dab4b8f0a801c82df73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 14 Feb 2016 12:09:38 +0100 Subject: [PATCH] ParatroopersPower also supports beacons. --- OpenRA.Mods.Common/Traits/SupportPowers/SupportPower.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/Traits/SupportPowers/SupportPower.cs b/OpenRA.Mods.Common/Traits/SupportPowers/SupportPower.cs index 4e94b17afb..b5ccbc16b7 100644 --- a/OpenRA.Mods.Common/Traits/SupportPowers/SupportPower.cs +++ b/OpenRA.Mods.Common/Traits/SupportPowers/SupportPower.cs @@ -43,7 +43,7 @@ namespace OpenRA.Mods.Common.Traits [Desc("Palette used for the icon.")] [PaletteReference] public readonly string IconPalette = "chrome"; - [Desc("Beacons are only supported on the Airstrike and Nuke powers")] + [Desc("Beacons are only supported on the Airstrike, Paratroopers, and Nuke powers")] public readonly bool DisplayBeacon = false; public readonly bool BeaconPaletteIsPlayerPalette = true;