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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user