mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-13 13:47:37 +00:00
no Hedgehog Warriors in SL2
This commit is contained in:
@@ -527,7 +527,7 @@ EX void giantLandSwitch(cell *c, int d, cell *from) {
|
||||
if(hrand_monster(8000) < 50 + 10 * (items[itEmerald] + yendor::hardness())) {
|
||||
static eMonster emeraldmonsters[4] = { moHedge, moLancer, moFlailer, moMiner };
|
||||
c->monst = emeraldmonsters[hrand(4)];
|
||||
if(c->monst == moHedge && S3 != 3)
|
||||
if(c->monst == moHedge && (S3 != 3 || sl2))
|
||||
c->monst = moFlailer;
|
||||
}
|
||||
if(sphere && c->type != 6 && c->master->fiftyval == 5) {
|
||||
|
Reference in New Issue
Block a user