1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 09:17:57 +00:00

LB_PRINCESS instead of magic value 36

This commit is contained in:
Zeno Rogue
2024-05-08 21:23:11 +02:00
parent 000bfd4b97
commit 5eb7cfc17a
2 changed files with 5 additions and 2 deletions

View File

@@ -648,7 +648,7 @@ struct info {
if(newdist == OUT_OF_PRISON && princess::challenge) {
addMessage(XLAT("Congratulations! Your score is %1.", its(i->value)));
achievement_gain_once("PRINCESS2", rg::princess);
if(!cheater) achievement_score(36, i->value);
if(!cheater) achievement_score(LB_PRINCESS, i->value);
LATE( showMissionScreen(); )
}
}