mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-01 10:25:57 +07:00
Resolved #3722 - fixed resistance icon display in notifications
This commit is contained in:
parent
cf3e517e43
commit
0425e1d711
@ -345,7 +345,7 @@ class CityInfo {
|
||||
if (isInResistance()) {
|
||||
resistanceCounter--
|
||||
if (!isInResistance())
|
||||
civInfo.addNotification("The resistance in [$name] has ended!", location, "StatIons/Resistance")
|
||||
civInfo.addNotification("The resistance in [$name] has ended!", location, "StatIcons/Resistance")
|
||||
}
|
||||
|
||||
if (isPuppet) reassignPopulation()
|
||||
|
Loading…
Reference in New Issue
Block a user