Information
I have verifed my game files (Steam only)
YesI have disabled all mods
YesI am running the latest game update
YesRequired
Summary
tradition_devoted_horsemanship script error?Description
From line 221 in 09_mpo_traditions.txt
Code:
is_shown = {
OR = {
has_cultural_pillar = heritage_mongolic
has_cultural_pillar = heritage_turkic
has_cultural_pillar = heritage_magyar
scope:character = {
mpo_can_recruit_nomad_maa_trigger = yes
}
}
}
can_pick = {
OR = {
has_cultural_pillar = heritage_mongolic
has_cultural_pillar = heritage_turkic
has_cultural_pillar = heritage_magyar
scope:character = {
mpo_can_recruit_nomad_maa_trigger = yes
}
scope:character = {
has_trait = nomadic_philosophy
}
}
}
The check for trait is useless since there's no way none of the conditions above are true AND the tradition is shown at the same time, and if the tradition isnt shown you most defintely can't pick it. I dont know what the intention here was, but it's not working
Steps to reproduce
download the game.Game Version
1.16.2.2Platform
WindowsAdditional Information
Affected Feature
- Gameplay