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

Merge pull request from jruderman/nonneg_items

Overview cheats: arrow keys no longer make treasure/orb counts negative
This commit is contained in:
Zeno Rogue 2021-07-04 09:48:21 +02:00 committed by GitHub
commit 304ef91f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -186,6 +186,7 @@ EX void showOverview() {
else checkmove();
cheater++;
};
dialog::bound_low(0);
}
}
else if(udiv == 3 && umod < walltypes) gotoHelp(generateHelpForWall(eWall(umod)));