1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-17 03:28:05 +00:00

further work for 10.0

This commit is contained in:
Zeno Rogue
2017-07-12 18:03:53 +02:00
parent a22eef683f
commit 94efef5d65
20 changed files with 441 additions and 661 deletions

View File

@@ -645,6 +645,7 @@ void saveStats(bool emergency = false) {
#endif
if(randomPatternsMode) return;
if(peace::on) return;
if(!gold()) return;
remove_emergency_save();