1
0
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:
Zeno Rogue 2024-07-27 20:36:47 +02:00
parent 2ffda6da75
commit 39b112acab

View File

@ -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();