mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 15:40:26 +00:00
fixed the Orb of Safety not disappearing in shmup+OSM
This commit is contained in:
parent
0843b3c600
commit
00d640fa22
@ -199,6 +199,7 @@ EX bool collectItem(cell *c2, cell *last, bool telekinesis IS(false)) {
|
|||||||
if(shmup::on || multi::players > 1) {
|
if(shmup::on || multi::players > 1) {
|
||||||
shmup::delayed_safety = true;
|
shmup::delayed_safety = true;
|
||||||
shmup::delayed_safety_land = c2->land;
|
shmup::delayed_safety_land = c2->land;
|
||||||
|
c2->item = itNone;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
activateSafety(c2->land);
|
activateSafety(c2->land);
|
||||||
|
Loading…
Reference in New Issue
Block a user