1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

expansion:: mod_allowed export

This commit is contained in:
Zeno Rogue 2022-09-14 18:02:12 +02:00
parent 944f5e30af
commit 90669b6bb8

View File

@ -435,7 +435,7 @@ enum eNumberCoding { ncNone, ncDistance, ncType, ncDebug, ncError };
EX string ncnames[5] = { "NO", "distance", "type", "debug", "error" };
EX eNumberCoding number_coding = ncDistance;
bool mod_allowed() {
EX bool mod_allowed() {
return cheater || autocheat || arcm::in() || tour::on;
}