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

Romulien

Lt. General
19 Badges
Jul 2, 2013
1.404
308
  • Crusader Kings II
  • Major Wiki Contributor
One line summary of your issue
Missing NOT_ANY_COURTIER_STARTS localization

Game Version
2.8.2.1

What expansions do you have installed?
All of the above

Do you have mods enabled?
Yes

Please explain your issue is in as much detail as possible.
The localization key NOT_ANY_COURTIER_STARTS is missing in vanilla localization files.

It can be fixed by adding key:
Code:
NOT_ANY_COURTIER_STARTS;No courtier;;;;;;;;;;;;;;x

This maybe doesn't occurs in vanilla yet, but it would remove the need for many mods the same thing.

Steps to reproduce the issue.
Write a decision that uses:

Code:
allow = {
	NOT = { any_courtier = { trait = possessed } }
}


Upload Attachment
 

Attachments

  • before-fix.png
    before-fix.png
    236,2 KB · Views: 7
  • after-fix.png
    after-fix.png
    338,4 KB · Views: 7
Upvote 0