mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
3d:: less ivies in Euclidean
This commit is contained in:
parent
aac03e72fe
commit
2a4d4cbda3
@ -2004,6 +2004,7 @@ void giantLandSwitch(cell *c, int d, cell *from) {
|
||||
else if(hrand(80000) < 5 + items[itRuby] + yendor::hardness())
|
||||
c->monst = moEagle;
|
||||
else if(pseudohept(c) && c != currentmap->gamestart() && hrand(4000) < 300 + items[itRuby] && !c->monst) {
|
||||
if(DIM == 3 && euclid && hrand(100) < 10) break;
|
||||
int hardchance = items[itRuby] + yendor::hardness();
|
||||
if(hardchance > 25) hardchance = 25;
|
||||
bool hardivy = hrand(100) < hardchance;
|
||||
|
Loading…
Reference in New Issue
Block a user