mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-09 23:49:53 +00:00
the game is now saved on quit even if you have no treasures (assuming that you have Orb of Safety)
This commit is contained in:
parent
2ffda6da75
commit
39b112acab
@ -1079,7 +1079,7 @@ EX void saveStats(bool emergency IS(false)) {
|
||||
if(peace::on && !save_cheats) return;
|
||||
if(experimental) return;
|
||||
|
||||
if(!gold() && !racing::on) return;
|
||||
if(!gold() && !racing::on && !items[itOrbSafety]) return;
|
||||
|
||||
remove_emergency_save();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user