add missing UpgradeGrantedReference to Passenger

This commit is contained in:
Matthias Mailänder
2016-01-23 12:10:12 +01:00
parent 97d10da39b
commit dcd1f5ba3c

View File

@@ -38,7 +38,7 @@ namespace OpenRA.Mods.Common.Traits
public readonly WDist AlternateTransportScanRange = WDist.FromCells(11) / 2;
[Desc("Upgrade types to grant to transport.")]
public readonly string[] GrantUpgrades = { };
[UpgradeGrantedReference] public readonly string[] GrantUpgrades = { };
[VoiceReference] public readonly string Voice = "Action";