mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
crystal:: changed condition from cheater to allowIncreasedSight
This commit is contained in:
parent
a024626593
commit
c9650cda2c
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user