Tweak starting unit defaults.

This commit is contained in:
Paul Chote
2013-08-04 13:07:47 +12:00
parent c08f602661
commit 87b32fd0b9
8 changed files with 12 additions and 7 deletions

View File

@@ -327,7 +327,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
var classNames = new Dictionary<string,string>()
{
{"none", "MCV Only"},
{"default", "Light Support"},
{"light", "Light Support"},
{"heavy", "Heavy Support"},
};