mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 13:55:54 -04:00
Merge pull request #365 from ninjatao/update_resource_display_on_unit_upgrade
Updates topbar display on unit upgrade.
This commit is contained in:
commit
9ca77fa399
@ -91,6 +91,7 @@ class UnitActions {
|
|||||||
newunit.promotions = unit.promotions
|
newunit.promotions = unit.promotions
|
||||||
newunit.updateUniques()
|
newunit.updateUniques()
|
||||||
newunit.currentMovement = 0f
|
newunit.currentMovement = 0f
|
||||||
|
worldScreen.shouldUpdate = true
|
||||||
}.sound("upgrade")
|
}.sound("upgrade")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user