mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	allies did not avoid 1-stunned lancers
This commit is contained in:
		
							
								
								
									
										2
									
								
								game.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								game.cpp
									
									
									
									
									
								
							| @@ -1316,7 +1316,7 @@ bool monstersnear(stalemate1& sm) { | ||||
|         if(!logical_adjacent(c3, c3->monst, c2) || !logical_adjacent(c2, c3->monst, c)) | ||||
|           continue; | ||||
|       if(elec::affected(c3) || stalemate::isKilled(c3)) continue; | ||||
|       if(c3->stuntime) continue; | ||||
|       if(c3->stuntime > (sm.who == moPlayer ? 0 : 1)) continue; | ||||
|       // speedwitches can only attack not-fastened monsters, | ||||
|       // others can only attack if the move is not fastened | ||||
|       if(c3->monst == moWitchSpeed && items[itOrbSpeed]) continue; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue