There is a small typo in this script. Its in colony.txt, event 4003. The MTTH has this modifier:
It should probably be:
Code:
modifier = {
NOT = { [B]primary_culture = yes [/B]}
factor = 2
}
It should probably be:
Code:
modifier = {
NOT = { [B]primary_culture = THIS [/B]}
factor = 2
}
Upvote
0