mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
hell/Alchemist brighter
This commit is contained in:
parent
c1f69187e4
commit
2db8eec411
@ -4072,6 +4072,7 @@ bool bright;
|
|||||||
// how much to darken
|
// how much to darken
|
||||||
int getfd(cell *c) {
|
int getfd(cell *c) {
|
||||||
if(bright) return 0;
|
if(bright) return 0;
|
||||||
|
if(among(c->land, laAlchemist, laHell) && WDIM == 2 && GDIM == 3) return 0;
|
||||||
switch(c->land) {
|
switch(c->land) {
|
||||||
case laRedRock:
|
case laRedRock:
|
||||||
case laReptile:
|
case laReptile:
|
||||||
|
Loading…
Reference in New Issue
Block a user