The "Reign of Madness" steam achievement for joining the Fanatics faction cannot be achieved.
"Victory of Mind" is instead awarded.
I suspect this is because in 'fanatics_quest_join_fanatics.js' there is a slight error on line 344:
should be:
"Victory of Mind" is instead awarded.
I suspect this is because in 'fanatics_quest_join_fanatics.js' there is a slight error on line 344:
Code Select
game.GiveAchievement(PLAYER_SHIP, "complete_fanatics");
should be:
Code Select
game.GiveAchievement(PLAYER_SHIP, "join_fanatics");