mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	no longer possible to pick up items while dead in shmup
This commit is contained in:
		| @@ -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; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue