test on has_improvement broken
Testing on has_improvement of this form:
always returns true, whether or not the improvement exists in the province. This currently only affects a few usury events in Religious_Events.txt, all other tests on has_improvement use the form:
which works properly. has_advance seems to work correctly for both = yes and = no forms, I haven't tested the other has_* tests.
Testing on has_improvement of this form:
Code:
condition = {
type = has_improvement
value = { church = no }
}
Code:
condition = {
type = has_improvement
value = { church = yes }
}
Upvote
0