1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-13 22:33:13 +00:00

fixed the 'land mirages' appearing in the Ocean

This commit is contained in:
Zeno Rogue 2018-05-03 11:27:37 +02:00
parent 6739a14eda
commit c11dc8229a

View File

@ -1777,6 +1777,7 @@ void giantLandSwitch(cell *c, int d, cell *from) {
break;
case laOcean:
if(d >= 8) c->wall = waSea;
if(d == 7 && !safety) {
bool placecolumn = false;
if(c->landparam % TEMPLE_EACH == 0 && c->landparam <= 24) {