1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 17:06:52 +00:00

Cursed Canyon uses Cave Floor

This commit is contained in:
Zeno Rogue 2021-05-30 14:18:56 +02:00
parent 5c5a69b7b8
commit ec966403fe

View File

@ -1156,6 +1156,7 @@ void celldrawer::set_land_floor(const shiftmatrix& Vf) {
case laCaves:
case laLivefjord:
case laDeadCaves:
case laCursed:
set_floor(cgi.shCaveFloor);
break;