From c9650cda2c4437553f805cf02a106a01319b2efb Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 1 May 2020 10:46:38 +0200 Subject: [PATCH] crystal:: changed condition from cheater to allowIncreasedSight --- crystal.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crystal.cpp b/crystal.cpp index d1b19d1b..9d9b59d0 100644 --- a/crystal.cpp +++ b/crystal.cpp @@ -822,12 +822,12 @@ EX bool crystal_cell(cell *c, transmatrix V) { if(!cryst) return false; - if(view_east && cheater) { + if(view_east && allowIncreasedSight()) { int d = dist_alt(c); queuestr(V, 0.3, its(d), 0xFFFFFF, 1); } - if(view_coordinates && cheater && WDIM == 2) { + if(view_coordinates && WDIM == 2 && allowIncreasedSight()) { auto m = crystal_map();