You now recieve notifications when units disband

This commit is contained in:
Yair Morgenstern
2018-07-06 16:32:56 +03:00
parent 74b10e8a31
commit 5fc20fb547

View File

@ -193,6 +193,7 @@ class CivilizationInfo {
val unitToDisband = civMilitaryUnits.first()
unitToDisband.removeFromTile()
civMilitaryUnits -= unitToDisband
addNotification("Cannot provide unit upkeep for "+unitToDisband.name+" - unit has been disbanded!".tr(),null, Color.RED)
}
}