mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-11-04 07:43:02 +00:00 
			
		
		
		
	Mirror Spirits now killed by Orb of Slaying
This commit is contained in:
		
							
								
								
									
										2
									
								
								game.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								game.cpp
									
									
									
									
									
								
							@@ -1984,7 +1984,7 @@ void killMonster(cell *c, eMonster who, flagtype deathflags) {
 | 
			
		||||
    if(avenge) { avengers += 2; }
 | 
			
		||||
    }
 | 
			
		||||
  
 | 
			
		||||
  if(m == moMirrorSpirit && who != moMimic && !(deathflags & AF_MAGIC)) {
 | 
			
		||||
  if(m == moMirrorSpirit && who != moMimic && !(deathflags & (AF_MAGIC | AF_CRUSH))) {
 | 
			
		||||
    kills[m]--;
 | 
			
		||||
    mirrorspirits++;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user