Skip to content

Commit 3952612

Browse files
Update TileImprovementFunctions.kt
1 parent fe4fe09 commit 3952612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/com/unciv/logic/map/tile/TileImprovementFunctions.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,13 +330,13 @@ class TileImprovementFunctions(val tile: Tile) {
330330
if (closestCity != null) {
331331
closestCity.addStat(stat, value.toInt())
332332
}
333-
}
334333
val locations = LocationAction(tile.position, closestCity.location)
335334
civ.addNotification(
336335
"Clearing a [$removedTerrainFeature] has created [${stats.toStringWithoutIcons()}] for [${closestCity.name}]",
337336
locations, NotificationCategory.Production, NotificationIcon.Construction
338337
)
339338
}
339+
}
340340

341341
/** Marks tile as target tile for a building with a [UniqueType.CreatesOneImprovement] unique */
342342
fun markForCreatesOneImprovement(improvement: String) {

0 commit comments

Comments
 (0)