1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

do not save OSM if not CAP_INV

This commit is contained in:
Zeno Rogue 2020-11-01 11:30:31 +01:00
parent 61c3939cb7
commit 2ccd0fab9c

View File

@ -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");