1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 13:07:16 +00:00

No more weird message on collecting Dodecahedra

This commit is contained in:
Zeno Rogue 2017-09-01 22:05:31 +02:00
parent f762cfe3f4
commit 0f892c9468

View File

@ -5733,7 +5733,7 @@ bool collectItem(cell *c2, bool telekinesis) {
princess::forceVizier = true;
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()) {