Skip to content

Commit

Permalink
T3 air restrictions. For real
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKitching committed Aug 13, 2015
1 parent 11aacaa commit 8fc9acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ui/lobby/restrictedUnitsData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ restrictedUnits = {
tooltip = "restricted_units_air",
},
T3AIR = {
categoryExpression = "(TECH3+AIR) + (EXPERIMENTAL+AIR)",
categoryExpression = "(TECH3 * AIR) + (EXPERIMENTAL * AIR)",
name = "<LOC restricted_units_data_0030>No T3 Air",
tooltip = "restricted_units_air_t3",
},
Expand Down

0 comments on commit 8fc9acb

Please sign in to comment.