Add missing trait descriptions for cursors and unify the language
This commit is contained in:
committed by
abcdefg30
parent
227567dfe1
commit
b8a9f41892
@@ -93,7 +93,7 @@ namespace OpenRA.Mods.Cnc.Traits
|
||||
"A dictionary of [actor id]: [condition].")]
|
||||
public readonly Dictionary<string, string> DisguisedAsConditions = new Dictionary<string, string>();
|
||||
|
||||
[Desc("Cursor to show when hovering over a valid actor to disguise as.")]
|
||||
[Desc("Cursor to display when hovering over a valid actor to disguise as.")]
|
||||
public readonly string Cursor = "ability";
|
||||
|
||||
[GrantedConditionReference]
|
||||
|
||||
Reference in New Issue
Block a user