crystal:: changed condition from cheater to allowIncreasedSight

This commit is contained in:
Zeno Rogue 2020-05-01 10:46:38 +02:00
parent a024626593
commit c9650cda2c
1 changed files with 2 additions and 2 deletions

View File

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