mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-19 04:18:06 +00:00
an option to have 'quest status' and 'main menu' on separate screens
This commit is contained in:
@@ -580,7 +580,7 @@ EX void killMonster(cell *c, eMonster who, flagtype deathflags IS(0)) {
|
||||
princess::reviveAt = gold(NO_LOVE) + 20;
|
||||
}
|
||||
}
|
||||
if(princess::challenge) changes.at_commit([] { showMissionScreen(); });
|
||||
if(princess::challenge) changes.at_commit([] { showMissionScreen(true); });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user