mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 10:00:42 +00:00
autocheat allows increased sight
This commit is contained in:
parent
c33d2b3707
commit
274faaaf6e
@ -5209,7 +5209,7 @@ void drawFlashes() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool allowIncreasedSight() {
|
bool allowIncreasedSight() {
|
||||||
if(cheater) return true;
|
if(cheater || autocheat) return true;
|
||||||
if(peace::on) return true;
|
if(peace::on) return true;
|
||||||
#if CAP_TOUR
|
#if CAP_TOUR
|
||||||
if(tour::on) return true;
|
if(tour::on) return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user