mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 14:26:01 +00:00
added CAP_COMPLEX2 guards
This commit is contained in:
@@ -84,9 +84,11 @@ EX bool collectItem(cell *c2, bool telekinesis IS(false)) {
|
||||
if(c2->item == itDodeca && peace::on) peace::simon::extend();
|
||||
}
|
||||
|
||||
#if CAP_COMPLEX2
|
||||
if(c2->land == laHunting && c2->item && !inv::activating) {
|
||||
ambush::ambush(c2, ambush::size(c2, c2->item));
|
||||
}
|
||||
#endif
|
||||
|
||||
if(isRevivalOrb(c2->item) && multi::revive_queue.size()) {
|
||||
multiRevival(cwt.at, c2);
|
||||
|
Reference in New Issue
Block a user