1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-28 02:55:15 +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

@@ -14,6 +14,9 @@ EX int currentLocalTreasure;
/** for treasures, the number collected; for orbs, the number of charges */
EX array<int, ittypes> items;
EX array<int, ittypes> cheat_items;
EX bool cheat_items_enabled;
EX map<modecode_t, array<int, ittypes> > hiitems;
EX bool pickable_from_water(eItem it) {