Skip to content

Commit

Permalink
Minor update to ui.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrettin committed Sep 17, 2021
1 parent f5af9b0 commit 587d040
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1740,12 +1740,9 @@ if not (ui_loaded_first_time) then
{ Condition = {BluntResistance = "only", Opponent = "false", Neutral = "false"}, HighlightColor = "yellow",
More = {"Variable", {Text = _("Blunt Resistance: "), Variable = "BluntResistance", Font = PopupDescriptionFont}}
},
{ Condition = {Transport = "only", Building = "false", Opponent = "false", Neutral = "false"}, HighlightColor = "yellow",
{ Condition = {Transport = "only", Opponent = "false", Neutral = "false"}, HighlightColor = "yellow",
More = {"Variable", {Text = Concat(_("Transport: "), String(TypeVar("Transport", "Max"))), Font = PopupDescriptionFont}}
},
{ Condition = {Transport = "only", Building = "only", Opponent = "false", Neutral = "false"}, HighlightColor = "yellow",
More = {"Variable", {Text = Concat(_("Garrison: "), String(TypeVar("Transport", "Max"))), Font = PopupDescriptionFont}}
},
{ Condition = {GarrisonedRangeBonus = "only", Opponent = "false", Neutral = "false"}, HighlightColor = "yellow",
More = {"Variable", {Text = Concat(_("Garrisoned Range Bonus: +"), String(TypeVar("GarrisonedRangeBonus", "Value"))), Font = PopupDescriptionFont}}
},
Expand Down

0 comments on commit 587d040

Please sign in to comment.