Description
default_endgame_early_start_triggers always false
Game Version
3.2.2
What version do you use?
Steam
What expansions do you have installed?
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
The crisis_trigger.1 event uses the scripted_trigger default_endgame_early_start_triggers, which is supposed to return yes if there are no Fallen Empires, the no_war_in_heaven global flag has been set, or the War in Heaven has already ended or been going on for over 15 years. BUT, the three trigger conditions aren't in an OR, so use the default AND, and all three of those things can never be true, so it always returns NO. The entire trigger contents just needs to be put in an OR block
Steps to reproduce the issue.
Start a game with no Fallen empires. At the End Game year, open the console and run `trigger default_endgame_early_start_triggers = yes` It will return false, even though it's intent is to allow the crisis to trigger now.
Upload Attachment
File(s) attached
default_endgame_early_start_triggers always false
Game Version
3.2.2
What version do you use?
Steam
What expansions do you have installed?
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
The crisis_trigger.1 event uses the scripted_trigger default_endgame_early_start_triggers, which is supposed to return yes if there are no Fallen Empires, the no_war_in_heaven global flag has been set, or the War in Heaven has already ended or been going on for over 15 years. BUT, the three trigger conditions aren't in an OR, so use the default AND, and all three of those things can never be true, so it always returns NO. The entire trigger contents just needs to be put in an OR block
Steps to reproduce the issue.
Start a game with no Fallen empires. At the End Game year, open the console and run `trigger default_endgame_early_start_triggers = yes` It will return false, even though it's intent is to allow the crisis to trigger now.
Upload Attachment
File(s) attached
Attachments
- 5