ParatroopersPower also supports beacons.

This commit is contained in:
Matthias Mailänder
2016-02-14 12:09:38 +01:00
parent 59fbfbc851
commit a8dd67a231

View File

@@ -43,7 +43,7 @@ namespace OpenRA.Mods.Common.Traits
[Desc("Palette used for the icon.")] [Desc("Palette used for the icon.")]
[PaletteReference] public readonly string IconPalette = "chrome"; [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 DisplayBeacon = false;
public readonly bool BeaconPaletteIsPlayerPalette = true; public readonly bool BeaconPaletteIsPlayerPalette = true;