mirror of
https://github.com/yairm210/Unciv.git
synced 2025-10-02 08:22:08 -04:00
update
This commit is contained in:
parent
62d874d4bc
commit
6e8582b262
@ -130,8 +130,6 @@ class TechPickerScreen(internal val civInfo: CivilizationInfo, centerOnTech: Tec
|
|||||||
tempTechsToResearch.contains(techName) -> queuedTechColor
|
tempTechsToResearch.contains(techName) -> queuedTechColor
|
||||||
else -> Color.BLACK
|
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()
|
var text = techName.tr()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user