1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 05:52:59 +00:00

crystal:: now selectable from the geom exp menu

This commit is contained in:
Zeno Rogue
2018-12-02 11:41:32 +01:00
parent d2dddc07b6
commit bc90d0a51a
3 changed files with 36 additions and 19 deletions

View File

@@ -328,7 +328,9 @@ void showEuclideanMenu() {
dialog::lastItem().value += validclasses[land_validity(specialland).quality_level];
dialog::add_action([i] {
eGeometry targetgeometry = eGeometry(i);
if(targetgeometry == gArchimedean)
if(targetgeometry == gCrystal)
pushScreen(crystal::show);
else if(targetgeometry == gArchimedean)
pushScreen(arcm::show);
else {
set_geometry(targetgeometry);