mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-11-03 23:33:01 +00:00 
			
		
		
		
	geometry flags part 1
This commit is contained in:
		@@ -231,10 +231,12 @@ void achievement_collection(eItem it, int prevgold, int newgold) {
 | 
			
		||||
    if(q == 1) achievement_gain("GRAIL2");
 | 
			
		||||
    if(PURE && geometry == gNormal)
 | 
			
		||||
      achievement_gain("GRAILH", rg::special_geometry);
 | 
			
		||||
    #if CAP_CRYSTAL
 | 
			
		||||
    if(PURE && geometry == gCrystal && ginf[gCrystal].sides == 8 && ginf[gCrystal].vertex == 4 && !crystal::used_compass_inside)
 | 
			
		||||
      achievement_gain("GRAIL4D", rg::special_geometry);
 | 
			
		||||
    if(BITRUNCATED && geometry == gCrystal && ginf[gCrystal].sides == 8 && ginf[gCrystal].vertex == 3 && !crystal::used_compass_inside)
 | 
			
		||||
      achievement_gain("GRAIL4D2", rg::special_geometry);
 | 
			
		||||
    #endif
 | 
			
		||||
    if(q == 3) achievement_gain("GRAIL3");
 | 
			
		||||
    if(q == 8) achievement_gain("GRAIL4");
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user