• 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.

SchwarzKatze

Field Marshal
45 Badges
Nov 8, 2008
6.457
5.713
One line summary of your issue
[3.2.1] Hermetic invention event doesn't clear flags properly

Game Version
3.2.1

What expansions do you have installed?
All of the above

Do you have mods enabled?
No

Please explain your issue is in as much detail as possible.
Event MNM.1478 doesn't clear the flag best_outcome after it's done, which means that you'll always get the best outcome from the Hermetic invention event chain after you got it once.
Code:
    after = {
    	hidden_effect = {
    		clr_character_flag = gathering_of_the_minds
    		clr_character_flag = war_invention
    		clr_character_flag = prosperity_invention
    		clr_character_flag = knowledge_invention
    		clr_character_flag = great_outcome
    		clr_character_flag = good_outcome
    		clr_character_flag = ok_outcome
    	}
    }


Steps to reproduce the issue.
Look at MNM.1477 and MNM.1478 in mnm_hermetic_events.txt

Upload Attachment
 
Upvote 0