diff --git a/core/src/com/unciv/logic/map/TileMap.kt b/core/src/com/unciv/logic/map/TileMap.kt index 244ea57aea..8cf7a3e0f9 100644 --- a/core/src/com/unciv/logic/map/TileMap.kt +++ b/core/src/com/unciv/logic/map/TileMap.kt @@ -486,6 +486,7 @@ class TileMap { var unitToPlaceTile: TileInfo? = null // try to place at the original point (this is the most probable scenario) val currentTile = get(position) + unit.currentTile = currentTile // temporary if (unit.movement.canMoveTo(currentTile)) unitToPlaceTile = currentTile // if it's not suitable, try to find another tile nearby