1
0
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:
Zeno Rogue 2018-04-18 20:53:52 +02:00
parent c33d2b3707
commit 274faaaf6e

View File

@ -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;