1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-24 17:34:48 +00:00

BARLEV now can be 8

This commit is contained in:
Zeno Rogue
2019-03-03 00:45:40 +01:00
parent e99e05944a
commit 8d2b6a0093
2 changed files with 46 additions and 34 deletions

View File

@@ -1529,7 +1529,7 @@ extern bool safety;
#define INFD 60
#define PINFD 125
#ifndef BARLEV
#define BARLEV ((ISANDROID||ISIOS||ISFAKEMOBILE||getDistLimit()<7)?9:10)
#define BARLEV ((ISANDROID||ISIOS||ISFAKEMOBILE||getDistLimit()<7)?(getDistLimit()<4?8:9):10)
#endif
#define BUGLEV 15
// #define BARLEV 9