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:
parent
3ce89b4d23
commit
d5bfdd8d77
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user