mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 09:17:57 +00:00
no longer possible to pick up items while dead in shmup
This commit is contained in:
@@ -101,7 +101,9 @@ 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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user