1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-07 04:47:56 +00:00

added dual geometry puzzle generator

This commit is contained in:
Zeno Rogue
2020-01-28 17:57:32 +01:00
parent 27e19ca5ca
commit 9c25804a05
6 changed files with 272 additions and 0 deletions

View File

@@ -227,6 +227,7 @@ EX namespace dual {
switch_to(1); forcedmovetype = fm; movepcto(0, subdir, false); forcedmovetype = fmSkip;
switch_to(cg);
reduceOrbPowers();
dpgen::check();
return true;
}
addMessage(XLAT("Impossible."));