Fix a typo in MobileInfo

This commit is contained in:
Taryn Hill
2017-01-30 23:24:43 -06:00
parent ed39e512dd
commit 1fe317dd57

View File

@@ -117,7 +117,7 @@ namespace OpenRA.Mods.Common.Traits
public readonly string SubterraneanTransitionSound = null;
[Desc("Can this unit fly over obsticals?")]
[Desc("Can this unit fly over obstacles?")]
public readonly bool Jumpjet = false;
[GrantedConditionReference]