1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-08 09:42:59 +00:00

choose irregular from the Goldberg menu

This commit is contained in:
Zeno Rogue
2018-07-17 02:29:18 +02:00
parent bb0f482511
commit f597e6bfd7
5 changed files with 119 additions and 34 deletions

View File

@@ -285,13 +285,9 @@ void showEuclideanMenu() {
dialog::addBreak(50);
if(ts == 6 && tv == 3)
dialog::addSelItem(XLAT("Goldberg"), XLAT("does not matter"), 't');
else if(S3 != 3) {
dialog::addBoolItem(XLAT("Goldberg") + "/" + XLAT("bitruncated"), nonbitrunc, 't');
dialog::lastItem().value = gp::operation_name();
}
dialog::addSelItem(XLAT("variations"), XLAT("does not matter"), 't');
else {
dialog::addBoolItem(XLAT("Goldberg"), nonbitrunc, 't');
dialog::addBoolItem(XLAT("variations"), nonbitrunc, 't');
dialog::lastItem().value = gp::operation_name();
}