mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-06 16:52:59 +00:00
product games not saved
This commit is contained in:
@@ -872,6 +872,7 @@ EX void saveStats(bool emergency IS(false)) {
|
|||||||
if(randomPatternsMode) return;
|
if(randomPatternsMode) return;
|
||||||
if(dual::state) return;
|
if(dual::state) return;
|
||||||
if(archimedean) return;
|
if(archimedean) return;
|
||||||
|
if(prod) return;
|
||||||
if(daily::on) return;
|
if(daily::on) return;
|
||||||
if(peace::on) return;
|
if(peace::on) return;
|
||||||
if(!gold()) return;
|
if(!gold()) return;
|
||||||
|
|||||||
Reference in New Issue
Block a user