Add Upgrade production queue to D2k

This commit is contained in:
OmegaBolt
2015-05-08 23:54:08 +03:00
committed by penev92
parent 28e1eccf29
commit f3ec07d4e4
7 changed files with 42 additions and 13 deletions

View File

@@ -425,7 +425,8 @@ namespace OpenRA.Mods.Common.Widgets.Logic
{ "ProductionTypeAircraftKey", "Aircraft Tab" },
{ "ProductionTypeNavalKey", "Naval Tab" },
{ "ProductionTypeTankKey", "Tank Tab" },
{ "ProductionTypeMerchantKey", "Starport Tab" }
{ "ProductionTypeMerchantKey", "Starport Tab" },
{ "ProductionTypeUpgradeKey", "Upgrade Tab" }
};
for (var i = 1; i <= 24; i++)