1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-22 21:23:18 +00:00

hell/Alchemist brighter

This commit is contained in:
Zeno Rogue 2019-06-11 10:20:01 +02:00
parent c1f69187e4
commit 2db8eec411

View File

@ -4072,6 +4072,7 @@ bool bright;
// how much to darken
int getfd(cell *c) {
if(bright) return 0;
if(among(c->land, laAlchemist, laHell) && WDIM == 2 && GDIM == 3) return 0;
switch(c->land) {
case laRedRock:
case laReptile: