mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 07:09:26 +07:00
Resolved #3722 - fixed resistance icon display in notifications
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user