add missing UpgradeGrantedReference to Passenger
This commit is contained in:
@@ -38,7 +38,7 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
public readonly WDist AlternateTransportScanRange = WDist.FromCells(11) / 2;
|
public readonly WDist AlternateTransportScanRange = WDist.FromCells(11) / 2;
|
||||||
|
|
||||||
[Desc("Upgrade types to grant to transport.")]
|
[Desc("Upgrade types to grant to transport.")]
|
||||||
public readonly string[] GrantUpgrades = { };
|
[UpgradeGrantedReference] public readonly string[] GrantUpgrades = { };
|
||||||
|
|
||||||
[VoiceReference] public readonly string Voice = "Action";
|
[VoiceReference] public readonly string Voice = "Action";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user