Change "actor id" to "actor name" in some descs.
This commit is contained in:
committed by
Matthias Mailänder
parent
3c60a515f7
commit
fe05382b24
@@ -34,7 +34,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
[ActorReference(dictionaryReference: LintDictionaryReference.Keys)]
|
||||
[Desc("Conditions to grant when this actor is loaded inside specified transport.",
|
||||
"A dictionary of [actor id]: [condition].")]
|
||||
"A dictionary of [actor name]: [condition].")]
|
||||
public readonly Dictionary<string, string> CargoConditions = new Dictionary<string, string>();
|
||||
|
||||
[GrantedConditionReference]
|
||||
|
||||
Reference in New Issue
Block a user