Update EmitInfantryOnSell.cs

This commit is contained in:
Jason Zmuda
2018-05-20 14:53:21 -06:00
committed by reaperrr
parent ebf3ec0e90
commit 2cf3c4873d

View File

@@ -23,8 +23,8 @@ namespace OpenRA.Mods.Common.Traits
public readonly int MinHpPercent = 30; public readonly int MinHpPercent = 30;
[ActorReference] [ActorReference]
[Desc("Be sure to use lowercase. Default value is \"e1\".")] [Desc("Be sure to use lowercase.")]
public readonly string[] ActorTypes = { "e1" }; public readonly string[] ActorTypes;
[Desc("Spawns actors only if the selling player's faction is in this list. " + [Desc("Spawns actors only if the selling player's faction is in this list. " +
"Leave empty to allow all factions by default.")] "Leave empty to allow all factions by default.")]