In the can_use section of the pagan_subjugation CB is this block of code:
The 2 CBs are mutually exclusive, so should be put in an OR block.
Code:
NOT = {
any_war = {
AND = {
defender = { character = PREVPREV }
using_cb = pagan_subjugation
using_cb = nomad_subjugation
}
}
}
Upvote
0