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
1 changed files with 1 additions and 1 deletions

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()) {