changes:: ambush

This commit is contained in:
Zeno Rogue
2020-03-07 04:47:11 +01:00
parent 6e3e9e3eca
commit 75bbbe6b42
2 changed files with 20 additions and 16 deletions
+1 -3
View File
@@ -80,9 +80,7 @@ EX bool collectItem(cell *c2, bool telekinesis IS(false)) {
}
if(c2->land == laHunting && c2->item && !inv::activating) {
int dogs = ambush::ambush(c2, c2->item);
if(dogs)
addMessage(XLAT("You are ambushed!"));
ambush::ambush(c2, c2->item);
}
if(isRevivalOrb(c2->item) && multi::revive_queue.size()) {