1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 06:27:17 +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."
);
}
else if(xuni == 'p') {
else if(xuni == 'P') {
if(!princess::everSaved)
addMessage(XLAT("Save %the1 first to unlock this challenge!", moPrincess));
else