mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-11 11:28:03 +07:00
Allow games with zero researched techs to be 'before' the Ancient Era (#10309)
This commit is contained in:
parent
353a2c8153
commit
249241247b
@ -182,7 +182,7 @@ class TechPickerScreen(
|
||||
if (rowIndex == 0)
|
||||
table.padTop(7f)
|
||||
|
||||
if (erasNamesToColumns[civTech.era.name]!!.contains(columnIndex))
|
||||
if (erasNamesToColumns[civTech.era.name]?.contains(columnIndex) == true)
|
||||
table.background = skinStrings.getUiBackground("TechPickerScreen/Background", tintColor = queuedTechColor.darken(0.5f))
|
||||
|
||||
if (tech == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user