diff --git a/core/src/com/unciv/logic/map/mapunit/MapUnit.kt b/core/src/com/unciv/logic/map/mapunit/MapUnit.kt index 73f6c6688c..2ed2df4433 100644 --- a/core/src/com/unciv/logic/map/mapunit/MapUnit.kt +++ b/core/src/com/unciv/logic/map/mapunit/MapUnit.kt @@ -255,6 +255,8 @@ class MapUnit : IsPartOfGameInfoSerialization { promotions.addPromotion(promotion, isFree = true) newUnit.promotions = promotions.clone() + newUnit.automated = automated + newUnit.action = action // Needed too for Unit Overview action column newUnit.updateUniques() newUnit.updateVisibleTiles()