Closed GoogleCodeExporter closed 8 years ago
This should be the highest priority...
Original comment by peaceful...@hotmail.com
on 24 May 2011 at 2:10
The easiest thing for me to do here is when diplomatic state with Nation X
changes to war, if diplomatic state with ally(ies) of nation X are > neutral,
reduce it to neutral.
I'll make that change now.
Original comment by khstev...@gmail.com
on 27 May 2011 at 2:03
[deleted comment]
Hmm tricker than I first thought. Friendly -> neutral normally requires timer.
Seems like there are two possibilities here. Say I'm friendly with A and
neutral with B. Say I declare war on B. One of two things should happen:
1) war should be delayed 24 hours so I avoid being in a state where I'm
friendly with one and war with the other.
2) I should instantly go to neutral with A.
I don't like either option, but option B seems preferable to option A.
Original comment by khstev...@gmail.com
on 27 May 2011 at 3:38
I've gone with #2. It feels more realistic. Here's the new logic:
When your relation with nation X changes (either instantly, or after a timer),
then if your new relation with X is worse than neutral (i.e. WAR) then for each
ally A of X:
if A's relation to you is better than NEUTRAL it will be instantly reduced to NEUTRAL
if your relation to A is better than NEUTRAL it will be instantly reduced to NEUTRAL
Original comment by khstev...@gmail.com
on 27 May 2011 at 4:12
Half-fixed in 1.1.39.
Should be completely fixed in 1.1.40
Original comment by khstev...@gmail.com
on 7 Jun 2011 at 3:19
Original issue reported on code.google.com by
peaceful...@hotmail.com
on 24 May 2011 at 2:08