1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-31 01:37:57 +00:00

debug_tiles improvements: 2 displays more tile information, not displayed in standard except in cheat mode

This commit is contained in:
Zeno Rogue
2022-10-06 11:59:34 +02:00
parent 9004fdeee5
commit 6c88e9b2c3
3 changed files with 29 additions and 5 deletions

View File

@@ -436,7 +436,7 @@ EX string ncnames[5] = { "NO", "distance", "type", "debug", "error" };
EX eNumberCoding number_coding = ncDistance;
EX bool mod_allowed() {
return cheater || autocheat || arcm::in() || tour::on;
return cheater || autocheat || arcm::in() || arb::in() || tour::on;
}
EX int curr_dist(cell *c) {