mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +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(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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user