mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-12 11:24:07 +00:00
no longer possible to pick up items while dead in shmup
This commit is contained in:
parent
6bb7f68954
commit
f9bf56dfcb
@ -102,6 +102,8 @@ EX bool collectItem(cell *c2, cell *last, bool telekinesis IS(false)) {
|
|||||||
bool dopickup = true;
|
bool dopickup = true;
|
||||||
bool had_choice = false;
|
bool had_choice = false;
|
||||||
|
|
||||||
|
if(shmup::on && !canmove) return false;
|
||||||
|
|
||||||
if(cannotPickupItem(c2, telekinesis))
|
if(cannotPickupItem(c2, telekinesis))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user