mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-18 22:55:12 +00:00
fixed land_structure for princess/racing/heptagonal achievements
This commit is contained in:
@@ -643,7 +643,7 @@ struct info {
|
||||
}
|
||||
if(newdist == OUT_OF_PRISON && princess::challenge) {
|
||||
addMessage(XLAT("Congratulations! Your score is %1.", its(i->value)));
|
||||
achievement_gain_once("PRINCESS2");
|
||||
achievement_gain_once("PRINCESS2", rg::princess);
|
||||
if(!cheater) achievement_score(36, i->value);
|
||||
LATE( showMissionScreen(); )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user