In rebel_types.txt Pan-Nationalists in the demands_enforced_effect section there's this piece of code
If my logic still serves me, no country can simultaneously have both AUS and KUK tag. Thus this condition always evaluates to TRUE, rendering it useless.
I stumbled upon it looking at the HPM files that are plagued with this type of expressions.
Code:
NOT = {
tag = AUS
tag = KUK
is_cultural_union = yes
}
I stumbled upon it looking at the HPM files that are plagued with this type of expressions.