This is the archeivement trigger (found in common/archievements.txt):So I carefully spent centuries in game cultivating my race and enslaving / colonizing to get this achievement, and finally reached it...for no achievement?
Iron man mode is ON.
No mods.
I'm the correct government (even if it's named differently....is that why it won't work?)
http://steamcommunity.com/sharedfiles/filedetails/?id=897947323
http://steamcommunity.com/sharedfiles/filedetails/?id=897947422
Code:
achievement_slave_to_the_system = {
id = 39
possible = {
is_ironman = yes
}
happened = {
OR = {
has_ethic = ethic_collectivist
has_ethic = ethic_fanatic_collectivist
}
num_pops > 499
count_owned_pops = {
limit = { is_enslaved = yes }
count > 199
}
}
}