• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

unmerged(2609)

Lt. General
Apr 3, 2001
1.564
1
Visit site
This is in "bolted.txt".

The event checks to see if Germany is at war with England, and America at war with Japan. If this is the case, it tries to get Germany to DOW on the USA.

The bug is that this event happens even if the Germans are already at war with the USA.

I suggest a change to the trigger in this event.

I'm taking the time to report bugs because this mod is so good.

bruce
 
.
FIXED: Thanks a lot for feedback!

Code:
	trigger = {
		NOT = { war = { country = GER country = USA } }
		war = { country = GER country = ENG }
		war = { country = JAP country = USA }
		control = { province = 527 data = GER } # paris
		control = { province = 643 data = GER } # warsaw
		control = { province = 602 data = GER } # berlin
		}