1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-18 06:35:12 +00:00

Add a cheat to hold orb powers at their current level

This commit is contained in:
Joseph C. Sible
2025-09-30 20:16:58 -04:00
parent 8b7e82b460
commit c4c9379fcb
4 changed files with 25 additions and 1 deletions

View File

@@ -184,6 +184,7 @@ EX void reset_cheats() {
cheater = 0;
reptilecheat = false;
shadingcheat = false;
cheat_items_enabled = false;
timerghost = true;
gen_wandering = true;
}