mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-11-03 23:33:01 +00:00 
			
		
		
		
	spawn sound for Wind Crows
This commit is contained in:
		@@ -18,7 +18,7 @@ void playSeenSound(cell *c) {
 | 
			
		||||
  bool nearme = c->cpdist <= 7;
 | 
			
		||||
  forCellEx(c2, c) if(c2->cpdist <= 7) nearme = true; 
 | 
			
		||||
  if(!nearme) return;
 | 
			
		||||
  if(c->monst == moEagle) 
 | 
			
		||||
  if(c->monst == moEagle || c->monst == moWindCrow)
 | 
			
		||||
    playSound(c, "seen-eagle");
 | 
			
		||||
  else if(c->monst == moEarthElemental) 
 | 
			
		||||
    playSound(c, "seen-earth");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user