1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-27 02:51:23 +00:00

lovasz completed

This commit is contained in:
Zeno Rogue
2021-04-15 18:21:05 +02:00
parent 9ffc5cd03f
commit 91bd0c2018
5 changed files with 35 additions and 5 deletions

View File

@@ -599,7 +599,21 @@ EX void mode_higlights() {
clearMessages();
welcomeMessage();
}));
dialog::addItem(XLAT("Lovász Conjecture"), 'L');
dialog::add_action(dialog::add_confirmation([] {
popScreenAll();
resetModes();
set_geometry(gKleinQuartic);
gp::param = gp::loc(1, 1);
set_variation(eVariation::untruncated);
firstland = specialland = laMotion;
start_game();
clearMessages();
welcomeMessage();
}));
#if CAP_CRYSTAL
if(hiitemsMax(itHolyGrail) || cheater || autocheat) {
dialog::addItem(XLAT("Knight of the 16-Cell Table"), '1');