Resolved #3722 - fixed resistance icon display in notifications

This commit is contained in:
Yair Morgenstern 2021-03-21 20:43:09 +02:00
parent cf3e517e43
commit 0425e1d711

View File

@ -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()