dual:: no Orb of Safety power (game cannot be saved)

This commit is contained in:
Zeno Rogue 2019-05-29 23:15:01 +02:00
parent 3e385829b1
commit 381f5015c9
1 changed files with 1 additions and 1 deletions

View File

@ -7008,7 +7008,7 @@ bool collectItem(cell *c2, bool telekinesis) {
#endif
else if(c2->item == itOrbSafety) {
playSound(c2, "pickup-orb"); // TODO safety
items[c2->item] = 7;
if(!dual::state) items[c2->item] = 7;
if(shmup::on)
shmup::delayed_safety = true;
else