Skip to content

Commit

Permalink
Changed the position of Philosophy and Architecture in the tech tree …
Browse files Browse the repository at this point in the history
…display
  • Loading branch information
Andrettin committed Nov 18, 2017
1 parent e350e8c commit fa4bc6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/menus/techtree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ function RunTechTreeMenu(civilization_number)
tech_allowed = false
end
elseif (GetUpgradeData(unitName, "Class") == "architecture") then
tech_icon_x = 9
tech_icon_x = 11
tech_icon_y = 5
if (GetCivilizationClassUnitType("university", civilization) == nil) then
tech_allowed = false
Expand All @@ -291,7 +291,7 @@ function RunTechTreeMenu(civilization_number)
end
elseif (GetUpgradeData(unitName, "Class") == "philosophy") then
tech_icon_x = 9
tech_icon_y = 6
tech_icon_y = 5
if (GetCivilizationClassUnitType("university", civilization) == nil) then
tech_allowed = false
end
Expand Down

0 comments on commit fa4bc6d

Please sign in to comment.