mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-11 12:47:39 +00:00
fixed the 'land mirages' appearing in the Ocean
This commit is contained in:
@@ -1777,6 +1777,7 @@ void giantLandSwitch(cell *c, int d, cell *from) {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case laOcean:
|
case laOcean:
|
||||||
|
if(d >= 8) c->wall = waSea;
|
||||||
if(d == 7 && !safety) {
|
if(d == 7 && !safety) {
|
||||||
bool placecolumn = false;
|
bool placecolumn = false;
|
||||||
if(c->landparam % TEMPLE_EACH == 0 && c->landparam <= 24) {
|
if(c->landparam % TEMPLE_EACH == 0 && c->landparam <= 24) {
|
||||||
|
Reference in New Issue
Block a user