1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 17:10:36 +00:00

fixed the Princess Challenge activation

This commit is contained in:
Zeno Rogue 2018-05-01 22:43:02 +02:00
parent 301c8bde55
commit 194cc2bd2e

View File

@ -529,7 +529,7 @@ void showChangeMode() {
if(!princess::everSaved)
addMessage(XLAT("Save %the1 first to unlock this challenge!", moPrincess));
else
restartGame(rg::peace);
restartGame(rg::princess);
}
#if CAP_EDIT
else if(xuni == 'm') {