diff --git a/core/src/com/unciv/models/ruleset/Building.kt b/core/src/com/unciv/models/ruleset/Building.kt index 2ae1d885fe..cd0ee4d0ff 100644 --- a/core/src/com/unciv/models/ruleset/Building.kt +++ b/core/src/com/unciv/models/ruleset/Building.kt @@ -245,7 +245,7 @@ class Building : NamedStats(), IConstruction { return rejectionReason == "" || rejectionReason.startsWith("Requires") || rejectionReason.startsWith("Consumes") - || rejectionReason == "Wonder is being built elsewhere" + || rejectionReason.endsWith("Wonder is being built elsewhere") } fun getRejectionReason(construction: CityConstructions): String {