1
0
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:
Zeno Rogue
2020-03-22 09:46:13 +01:00
parent 33bacc8731
commit 11447fcb7b
4 changed files with 19 additions and 2 deletions

View File

@@ -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);