mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 23:10:26 +00:00
dual:: no Orb of Safety power (game cannot be saved)
This commit is contained in:
parent
3e385829b1
commit
381f5015c9
2
game.cpp
2
game.cpp
@ -7008,7 +7008,7 @@ bool collectItem(cell *c2, bool telekinesis) {
|
|||||||
#endif
|
#endif
|
||||||
else if(c2->item == itOrbSafety) {
|
else if(c2->item == itOrbSafety) {
|
||||||
playSound(c2, "pickup-orb"); // TODO safety
|
playSound(c2, "pickup-orb"); // TODO safety
|
||||||
items[c2->item] = 7;
|
if(!dual::state) items[c2->item] = 7;
|
||||||
if(shmup::on)
|
if(shmup::on)
|
||||||
shmup::delayed_safety = true;
|
shmup::delayed_safety = true;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user