In the event file mnm_hermetics_events.txt is an event chain included and at the end the event chain clears the char flags but it doesn't clears the right char flag.
However the char flag great_outcome is nowhere used! It isn't added anywhere either by the event chain. Instead it needs to be best_outcome
@[Arthur-PDX] @Servancour
Put this in the hotfix will ya.
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
}
}
However the char flag great_outcome is nowhere used! It isn't added anywhere either by the event chain. Instead it needs to be best_outcome
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 = best_outcome
clr_character_flag = good_outcome
clr_character_flag = ok_outcome
}
}
Put this in the hotfix will ya.
Last edited:
Upvote
0