mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-19 04:18:06 +00:00
No more weird message on collecting Dodecahedra
This commit is contained in:
2
game.cpp
2
game.cpp
@@ -5733,7 +5733,7 @@ bool collectItem(cell *c2, bool telekinesis) {
|
|||||||
princess::forceVizier = true;
|
princess::forceVizier = true;
|
||||||
|
|
||||||
if(!cantGetGrimoire(c2, false)) collectMessage(c2, c2->item);
|
if(!cantGetGrimoire(c2, false)) collectMessage(c2, c2->item);
|
||||||
if(c2->item == itDodeca) peace::simon::extend();
|
if(c2->item == itDodeca && peace::on) peace::simon::extend();
|
||||||
}
|
}
|
||||||
|
|
||||||
if(isRevivalOrb(c2->item) && multi::revive_queue.size()) {
|
if(isRevivalOrb(c2->item) && multi::revive_queue.size()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user