Event 1025 for the "naive wirepuller" result has a typo in the mother's stewardship education check.
Besides the 'midas_touchedt' typo, should these mother trait checks look like the father trait checks?
If so, it looks like all of the checks for the mother's traits are wrong. I'm doing this after I've compiled my new, printable education sheet. That's made me tired and I didn't check to see if someone brought this up already, so I'm sorry if somebody already did.
Code:
modifier = {
condition = { type = mother
condition = {type = trait value = midas_touchedt }
}
factor = 1.05
}
Code:
modifier = {
condition = { type = father_trait value = midas_touched }
factor = 1.05
}