Updates topbar display on unit upgrade.

This commit is contained in:
Duan Tao
2018-12-21 13:51:54 +08:00
parent 230bb0549b
commit b2a95e039e

View File

@ -91,6 +91,7 @@ class UnitActions {
newunit.promotions = unit.promotions
newunit.updateUniques()
newunit.currentMovement = 0f
worldScreen.shouldUpdate = true
}.sound("upgrade")
}
}