mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-19 07:57:39 +00:00
unified the Quest screen and Main menu.
This commit is contained in:
@@ -526,7 +526,7 @@ EX void count_status() {
|
||||
for(cell *c: currentmap->allcells()) if(among(c->wall, waMineMine, waMineUnknown) && mine::marked_mine(c)) kills[moTameBomberbird]++;
|
||||
if(last && !kills[moBomberbird]) {
|
||||
mine::victory_time = getgametime();
|
||||
pushScreen(showMission);
|
||||
showMissionScreen();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user