mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-27 11:57:40 +00:00
tortoise:: shading now can be disabled
This commit is contained in:
@@ -617,7 +617,7 @@ void celldrawer::tune_colors() {
|
||||
|
||||
aura_color = fcol;
|
||||
|
||||
if(peace::on && peace::hint && c->land != laTortoise) {
|
||||
if(peace::on && peace::hint && (c->land != laTortoise || !tortoise::shading_on())) {
|
||||
int d =
|
||||
(c->land == laCamelot || (c->land == laCaribbean && celldistAlt(c) <= 0) || (c->land == laPalace && celldistAlt(c))) ? celldistAlt(c):
|
||||
celldist(c);
|
||||
|
||||
Reference in New Issue
Block a user