Walls of lava
Add "walls of lava", basically lava which blocks vision and require a bit more than just levitation or flight to move through. No levels use this yet, as testing isn't thorough enough.
This commit is contained in:
@@ -2931,6 +2931,7 @@ recalc_mapseen(void)
|
||||
mptr->feat.water = count;
|
||||
break;
|
||||
case LAVAPOOL:
|
||||
case LAVAWALL:
|
||||
count = mptr->feat.lava + 1;
|
||||
if (count <= 3)
|
||||
mptr->feat.lava = count;
|
||||
|
||||
Reference in New Issue
Block a user