Tweaking some files around I found that there is a spelling mistake en religious inventions that may be preventing some inventions from firing.
All the hellenistic exclusive inventions have in their triggers:
BUT, in the religion file, the pantheon is spelled hellenistic. So probably that trigger is not checked as true.
All the hellenistic exclusive inventions have in their triggers:
Code:
religion_group = he[B]l[/B]enistic_pantheon
BUT, in the religion file, the pantheon is spelled hellenistic. So probably that trigger is not checked as true.
Code:
hellenistic_pantheon = {
roman_pantheon = {
color = { 0.7 0.0 0.0 }
}
greek_pantheon = {
color = { 0.6 0.2 0.2 }
}
egyptian_pantheon = {
color = { 1.0 0.0 0.0 }
}
}
Upvote
0