mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-24 20:11:41 +00:00
crystal:: now selectable from the geom exp menu
This commit is contained in:
+3
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user