mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-26 00:47:00 +00:00
dipping rule no longer affects Tiger's Eyes
This commit is contained in:
parent
66a3a3df6c
commit
34ab44d1e1
@ -376,7 +376,7 @@ EX void bfs() {
|
||||
|
||||
// remove treasures
|
||||
if(!peace::on && c2->item && c2->cpdist == distlimit && itemclass(c2->item) == IC_TREASURE &&
|
||||
c2->item != itBabyTortoise && WDIM != 3 &&
|
||||
!among(c2->item, itBrownian, itBabyTortoise) && WDIM != 3 &&
|
||||
(items[c2->item] >= (ls::any_chaos()?10:20) + currentLocalTreasure || getGhostcount() >= 2)) {
|
||||
c2->item = itNone;
|
||||
if(c2->land == laMinefield) { c2->landparam &= ~3; }
|
||||
|
Loading…
Reference in New Issue
Block a user