mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-22 14:00:13 +00:00
Lazurite Figurines no longer appear immediately after using an Orb of Safety
This commit is contained in:
parent
c9ee75cdea
commit
b46221bad8
@ -2588,7 +2588,7 @@ EX void giantLandSwitch(cell *c, int d, cell *from) {
|
||||
|
||||
bool locked = true;
|
||||
forCellEx(c1, c) if(!c1->wall) locked = false;
|
||||
if(locked) c->item = itEclectic;
|
||||
if(locked && !safety) c->item = itEclectic;
|
||||
|
||||
if(c->wall == waNone && hrand_monster(2500) < 30 + items[itEclectic] + yendor::hardness() && !safety)
|
||||
gen_eclectic_monster(c);
|
||||
|
Loading…
x
Reference in New Issue
Block a user