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:
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:
Upload Attachment
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
Upvote
0