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:
parent
6739a14eda
commit
c11dc8229a
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user