mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-27 01:14:52 +00:00
3D:: no more statues of Cthulhu in 3D shmup
This commit is contained in:
parent
6b893af89e
commit
481b417d70
@ -1366,7 +1366,7 @@ void giantLandSwitch(cell *c, int d, cell *from) {
|
||||
else {
|
||||
// int d0 = d % TEMPLE_EACH;
|
||||
// if(d0<0) d0=-d0;
|
||||
if(hrand(100) < (peace::on ? 15 : 30)) // && d0 != 1 && d0 != TEMPLE_EACH-1)
|
||||
if(hrand(100) < (peace::on ? 15 : 30) && !(DIM == 3 && shmup::on))
|
||||
c->wall = waBigStatue;
|
||||
else if(hrand(20000) < -d)
|
||||
c->monst = hrand(3) ? moCultist : moPyroCultist;
|
||||
|
Loading…
Reference in New Issue
Block a user