mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-30 05:23:00 +00:00
rogueviz::ads:: highscore list
This commit is contained in:
@@ -223,7 +223,7 @@ bool ads_turn(int idelta) {
|
||||
pdata.oxygen -= pt;
|
||||
if(pdata.oxygen < 0) {
|
||||
pdata.oxygen = 0;
|
||||
game_over = true;
|
||||
game_over_with_message("suffocated");
|
||||
}
|
||||
}
|
||||
else view_pt += tc;
|
||||
|
||||
Reference in New Issue
Block a user