mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-15 18:28:42 +07:00
Fixed team war giving "they declared war on us" notification to a civ declaring war (#11900)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user