mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-20 19:56:51 +01:00
Apollo program status correctly displayed in victory screen - you can now actually win a scientific victory!
This commit is contained in:
parent
b5d198adcd
commit
12c925f79c
|
|
@ -58,7 +58,7 @@ class VictoryScreen : PickerScreen() {
|
|||
fun scienceVictoryColumn():Table{
|
||||
val t = Table()
|
||||
t.defaults().pad(5f)
|
||||
t.add(getMilestone("Built Apollo Program",civInfo.buildingUniques.contains("Allows the building of spaceship parts"))).row()
|
||||
t.add(getMilestone("Built Apollo Program",civInfo.buildingUniques.contains("Enables construction of Spaceship parts"))).row()
|
||||
|
||||
val scienceVictory = civInfo.scienceVictory
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user