1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-03 19:27:54 +00:00

moved dual geometry puzzle to RogueViz

This commit is contained in:
Zeno Rogue
2022-06-17 01:20:34 +02:00
parent f3f502e65e
commit 9bb9fd572d
6 changed files with 25 additions and 8 deletions

View File

@@ -327,7 +327,6 @@ EX void wandering() {
if(!canmove) return;
if(!gen_wandering) return;
if(racing::on) return;
if(dpgen::in) return;
if(items[itOrbSafety]) return;
pathdata pd(moYeti);
int seepcount = getSeepcount();