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

bengast

a Blorg
53 Badges
Feb 13, 2014
530
322
  • Crusader Kings II
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
  • Europa Universalis IV
  • Stellaris: Leviathans Story Pack
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mare Nostrum
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: The Republic
  • Europa Universalis IV: Cradle of Civilization
  • Imperator: Rome Sign Up
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Mandate of Heaven
  • Surviving Mars
  • Age of Wonders III
  • Cities: Skylines - Green Cities
  • Europa Universalis IV: Golden Century
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Rule Britannia
  • Cities: Skylines - Parklife
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Dharma
  • Surviving Mars: First Colony Edition
  • Crusader Kings II: Holy Fury
  • Crusader Kings II: Reapers Due
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Conclave
  • Stellaris
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Jade Dragon
  • Europa Universalis IV: Cossacks
  • Surviving Mars: Digital Deluxe Edition
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Pre-order
  • Cities: Skylines Industries
  • Crusader Kings II: Sunset Invasion
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.

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
        }
    }
@[Arthur-PDX] @Servancour
Put this in the hotfix will ya.
 
Last edited:
Upvote 0
Bump
 
Bump, still didn't make it into a patch... this takes like 30 seconds to patch ok.

Then again this isn't even a minor thing but still *for those immortal fellas out there*