mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-19 16:57:38 +07:00
Spaceship should not be bought.
This commit is contained in:
parent
d7d7d9a7e6
commit
0f1f5bf746
@ -184,7 +184,7 @@ class Building : NamedStats(), IConstruction{
|
||||
}
|
||||
|
||||
override fun canBePurchased(): Boolean {
|
||||
return !isWonder && !isNationalWonder
|
||||
return !isWonder && !isNationalWonder && ("Spaceship part" !in uniques)
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user