no saves in Archimedean

This commit is contained in:
Zeno Rogue 2018-08-21 16:10:12 +02:00
parent e1a52053b7
commit 1c4aa5ba85
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
namespace hr {
bool quitsaves() { return (items[itOrbSafety] && havesave); }
bool quitsaves() { return (items[itOrbSafety] && havesave && !archimedean); }
bool needConfirmation() {
return canmove && (gold() >= 30 || tkills() >= 50) && !cheater && !quitsaves();

View File

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