1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 13:07:16 +00:00

bringris:: SECRETs are no more

This commit is contained in:
Zeno Rogue 2024-11-18 09:27:09 +01:00
parent 907dd4fdd8
commit 2fde7f7f00

View File

@ -340,7 +340,7 @@ vector<bgeometry> bgeoms = {
rotate_allowed = false;
}},
{"torus: shear", "Nil geometry: are you sure you want this?", SECRET, 0, 10000, 4, [] {
{"torus: shear", "Nil geometry: are you sure you want this?", 0, 0, 10000, 4, [] {
nilv::nilperiod = make_array(5, 0, 5);
// nilv::set_flags();
set_geometry(gNil);
@ -348,7 +348,7 @@ vector<bgeometry> bgeoms = {
}},
#if CAP_SOLV
{"torus: Arnold's Cat", "Solv geometry: flat shapes are crazy enough", SECRET | FLAT_ONLY, 0, 12000, 2, [] {
{"torus: Arnold's Cat", "Solv geometry: flat shapes are crazy enough", FLAT_ONLY, 0, 12000, 2, [] {
asonov::period_xy = 5;
asonov::period_z = 0;
asonov::set_flags();