mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 23:10:26 +00:00
crystal:: restricted view_coordinates
This commit is contained in:
parent
47483f6ef4
commit
8f2bde4434
@ -832,12 +832,12 @@ EX bool crystal_cell(cell *c, transmatrix V) {
|
|||||||
|
|
||||||
if(!cryst) return false;
|
if(!cryst) return false;
|
||||||
|
|
||||||
if(view_east && allowIncreasedSight()) {
|
if(view_east && cheater) {
|
||||||
int d = dist_alt(c);
|
int d = dist_alt(c);
|
||||||
queuestr(V, 0.3, its(d), 0xFFFFFF, 1);
|
queuestr(V, 0.3, its(d), 0xFFFFFF, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(view_coordinates && WDIM == 2 && allowIncreasedSight()) {
|
if(view_coordinates && WDIM == 2 && cheater) {
|
||||||
|
|
||||||
auto m = crystal_map();
|
auto m = crystal_map();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user