free Orbs of Safety in the Land of Eternal Motion in Orb Strategy Chaos Mode (combo)

This commit is contained in:
Zeno Rogue 2019-10-05 18:47:07 +02:00
parent 8674b3bc23
commit 05d97dd014
1 changed files with 3 additions and 0 deletions

View File

@ -2200,6 +2200,9 @@ EX void giantLandSwitch(cell *c, int d, cell *from) {
chasmify(c);
c->wall = shmup::on ? waNone : waChasm;
}
int cmf[5] = {0, 1, 3, 5, 10};
if(inv::on && chaosmode && items[itFeather] && hrand(1000) < cmf[chaosmode] && !c->item && !c->monst)
c->item = itOrbSafety;
}
break;