mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-15 18:28:42 +07:00

* Fixed Civ getting two notifications of canceling their defensive pact when attacking. * Added Defensive Pact related warnings to the Declare War popup * Improved the warning to not include Civs that are already at war with the aggressor * Improved the warning to not include Civs that are already at war with the aggressor * Added defensive pact related warning translations * Refactored removeDefensivePacts * DeclareWarButton text now uses arrayListOf<String> and changed the for loop to a while loop * Extracted the DeclareWarButton text to a new method.