This commit is contained in:
YueR 2019-09-10 19:42:24 +08:00
parent 62d874d4bc
commit 6e8582b262

View file

@ -130,8 +130,6 @@ class TechPickerScreen(internal val civInfo: CivilizationInfo, centerOnTech: Tec
tempTechsToResearch.contains(techName) -> queuedTechColor
else -> Color.BLACK
}
//the tech that can be selected to research immediately should be always researchableTechColor, it's very good when we pick a free tech.
if (researchableTechs.contains(techName)&&!civTech.isResearched(techName)) techButton.color = researchableTechColor
var text = techName.tr()