mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	fixed the returning of tortoises while you have Flash/Storms
This commit is contained in:
		| @@ -1152,7 +1152,7 @@ bool pcmove::attack() { | |||||||
|   auto& c2 = mi.t; |   auto& c2 = mi.t; | ||||||
|   if(!fmsAttack) return false; |   if(!fmsAttack) return false; | ||||||
|  |  | ||||||
|   if(items[itOrbFlash] || items[itOrbLightning]) |   if((items[itOrbFlash] || items[itOrbLightning]) && !good_tortoise) | ||||||
|     return false; |     return false; | ||||||
|    |    | ||||||
|   attackflags = AF_NORMAL; |   attackflags = AF_NORMAL; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue