mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-26 19:37:40 +00:00
fixed the Princess Challenge activation
This commit is contained in:
@@ -529,7 +529,7 @@ void showChangeMode() {
|
|||||||
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
|
||||||
restartGame(rg::peace);
|
restartGame(rg::princess);
|
||||||
}
|
}
|
||||||
#if CAP_EDIT
|
#if CAP_EDIT
|
||||||
else if(xuni == 'm') {
|
else if(xuni == 'm') {
|
||||||
|
|||||||
Reference in New Issue
Block a user