crystal:: restricted view_coordinates

This commit is contained in:
Zeno Rogue 2020-07-08 16:00:33 +02:00
parent 47483f6ef4
commit 8f2bde4434
1 changed files with 2 additions and 2 deletions

View File

@ -832,12 +832,12 @@ EX bool crystal_cell(cell *c, transmatrix V) {
if(!cryst) return false;
if(view_east && allowIncreasedSight()) {
if(view_east && cheater) {
int d = dist_alt(c);
queuestr(V, 0.3, its(d), 0xFFFFFF, 1);
}
if(view_coordinates && WDIM == 2 && allowIncreasedSight()) {
if(view_coordinates && WDIM == 2 && cheater) {
auto m = crystal_map();