mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-15 06:17:38 +00:00
3d:: less ivies in Euclidean
This commit is contained in:
@@ -2004,6 +2004,7 @@ void giantLandSwitch(cell *c, int d, cell *from) {
|
|||||||
else if(hrand(80000) < 5 + items[itRuby] + yendor::hardness())
|
else if(hrand(80000) < 5 + items[itRuby] + yendor::hardness())
|
||||||
c->monst = moEagle;
|
c->monst = moEagle;
|
||||||
else if(pseudohept(c) && c != currentmap->gamestart() && hrand(4000) < 300 + items[itRuby] && !c->monst) {
|
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();
|
int hardchance = items[itRuby] + yendor::hardness();
|
||||||
if(hardchance > 25) hardchance = 25;
|
if(hardchance > 25) hardchance = 25;
|
||||||
bool hardivy = hrand(100) < hardchance;
|
bool hardivy = hrand(100) < hardchance;
|
||||||
|
Reference in New Issue
Block a user