1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

You now get radius 1 minefield uncovering at 1 Bomberbird egg (no more permanent unlock)

This commit is contained in:
Zeno Rogue 2018-01-25 23:26:58 +01:00
parent 1ef672aee4
commit 0ffec1975c

View File

@ -3251,7 +3251,7 @@ void playerMoveEffects(cell *c1, cell *c2) {
if(!nomine) {
uncoverMines(c2,
items[itBombEgg] < 10 && hiitemsMax(itBombEgg) < 25 && !shmup::on ? 0 :
(items[itBombEgg] < 1 && !tactic::on) ? 0 :
items[itBombEgg] < 20 ? 1 :
items[itBombEgg] < 30 ? 2 :
3, 0