mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-05 03:02:49 +00:00
experimental maps are not saved in saveStats
This commit is contained in:
parent
3ca08cff9a
commit
be17f575ca
@ -894,6 +894,7 @@ EX void saveStats(bool emergency IS(false)) {
|
||||
if(hybri) return;
|
||||
if(daily::on) return;
|
||||
if(peace::on) return;
|
||||
if(experimental) return;
|
||||
if(!gold()) return;
|
||||
|
||||
remove_emergency_save();
|
||||
|
Loading…
x
Reference in New Issue
Block a user