mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-05 09:52:23 +00:00
do not save OSM if not CAP_INV
This commit is contained in:
@@ -491,7 +491,9 @@ EX void initConfig() {
|
||||
addsaver(shmup::on, "mode-shmup", false);
|
||||
addsaver(hardcore, "mode-hardcore", false);
|
||||
addsaver(chaosmode, "mode-chaos");
|
||||
#if CAP_INV
|
||||
addsaver(inv::on, "mode-Orb Strategy");
|
||||
#endif
|
||||
addsaverenum(variation, "mode-variation", eVariation::bitruncated);
|
||||
addsaver(peace::on, "mode-peace");
|
||||
addsaver(peace::otherpuzzles, "mode-peace-submode");
|
||||
|
Reference in New Issue
Block a user