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

fixed enabling the Princess Challenge

This commit is contained in:
Zeno Rogue 2017-09-01 22:17:22 +02:00
parent 3ce89b4d23
commit d5bfdd8d77

View File

@ -509,7 +509,7 @@ void showChangeMode() {
"\n\nYou need to reach Crossroads IV to unlock the Chaos mode." "\n\nYou need to reach Crossroads IV to unlock the Chaos mode."
); );
} }
else if(xuni == 'p') { else if(xuni == 'P') {
if(!princess::everSaved) if(!princess::everSaved)
addMessage(XLAT("Save %the1 first to unlock this challenge!", moPrincess)); addMessage(XLAT("Save %the1 first to unlock this challenge!", moPrincess));
else else