mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-22 10:54:19 -04:00
Fixed team war giving "they declared war on us" notification to a civ declaring war (#11900)
This commit is contained in:
parent
d9f0535a1f
commit
bcbe6a6812
@ -114,7 +114,7 @@ object DeclareWar {
|
||||
allyCiv.addNotification("You and [${civInfo.civName}] have declared war against [${otherCiv.civName}]!",
|
||||
NotificationCategory.Diplomacy, otherCiv.civName, NotificationIcon.War, civInfo.civName, allyCiv.civName)
|
||||
|
||||
civInfo.addNotification("[${civInfo.civName}] and [${allyCiv.civName}] have declared war against us!",
|
||||
otherCiv.addNotification("[${civInfo.civName}] and [${allyCiv.civName}] have declared war against us!",
|
||||
NotificationCategory.Diplomacy, otherCiv.civName, NotificationIcon.War, allyCiv.civName, civInfo.civName)
|
||||
|
||||
diplomacyManager.getCommonKnownCivsWithSpectators().filterNot { it == allyCiv }.forEach {
|
||||
|
Loading…
x
Reference in New Issue
Block a user