mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-11-04 07:43:02 +00:00 
			
		
		
		
	buggy items are NAI
This commit is contained in:
		@@ -287,7 +287,7 @@ int itemclass(eItem i) {
 | 
			
		||||
    i == itDock || i == itRuins || i == itSwitch || i == itMagnet
 | 
			
		||||
    )
 | 
			
		||||
    return IC_TREASURE;
 | 
			
		||||
  if(i == itSavedPrincess || i == itStrongWind || i == itWarning)
 | 
			
		||||
  if(i == itSavedPrincess || i == itStrongWind || i == itWarning || i == itBuggy || i == itBuggy2)
 | 
			
		||||
    return IC_NAI;
 | 
			
		||||
  if(i == itKey || i == itOrbYendor || i == itGreenStone || i == itHolyGrail || i == itCompass ||
 | 
			
		||||
    isElementalShard(i) || i == itRevolver || i == itInventory) 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user