mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-16 02:40:41 +07:00

Whenever your relationship resting point as well as the relationship score for city states is at the exact value of 30 or 60, a notification is shown that the relationship is about to degrade, even though it can and will not. This fixes said issue by changing the comparison operators of the current influence and the resting point in getCityStateInfluenceDegrade() and getCityStateInfluenceRecovery() to the correct ones, respectively <= and >=.