mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-29 08:22:51 +00:00
Merge pull request #179 from jruderman/nonneg_items
Overview cheats: arrow keys no longer make treasure/orb counts negative
This commit is contained in:
commit
304ef91f8d
@ -186,6 +186,7 @@ EX void showOverview() {
|
|||||||
else checkmove();
|
else checkmove();
|
||||||
cheater++;
|
cheater++;
|
||||||
};
|
};
|
||||||
|
dialog::bound_low(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if(udiv == 3 && umod < walltypes) gotoHelp(generateHelpForWall(eWall(umod)));
|
else if(udiv == 3 && umod < walltypes) gotoHelp(generateHelpForWall(eWall(umod)));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user