@@ -6197,7 +6197,7 @@ bool collectItem(cell *c2, bool telekinesis) {
#endif
else if(c2->item == itOrbSafety) {
playSound(c2, "pickup-orb"); // TODO safety
items[c2->item] += 7;
items[c2->item] = 7;
if(shmup::on)
shmup::safety = true;
else
The note is not visible to the blocked user.