AtomicTorch Studio Forums

VoidExpanse => Bug reports => Topic started by: Cyco on April 04, 2015, 04:49:50 AM

Title: [1.2.0] Cannot unlock "Reign of madness" steam achievement
Post by: Cyco on April 04, 2015, 04:49:50 AM
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:
game.GiveAchievement(PLAYER_SHIP, "complete_fanatics");
should be:
game.GiveAchievement(PLAYER_SHIP, "join_fanatics");
Title: Re: [1.2.0] Cannot unlock "Reign of madness" steam achievement
Post by: Lurler on April 06, 2015, 04:23:37 AM
Yup, you are absolutely correct!
It's fixed in 1.2.1 now! :)