Lazurite Figurines no longer appear immediately after using an Orb of Safety

This commit is contained in:
Zeno Rogue 2022-02-03 01:07:30 +01:00
parent c9ee75cdea
commit b46221bad8
1 changed files with 1 additions and 1 deletions

View File

@ -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);