mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 08:57:39 +00:00
hell/Alchemist brighter
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user