mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	Temple rings shown in the help screen
This commit is contained in:
		
							
								
								
									
										5
									
								
								help.cpp
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								help.cpp
									
									
									
									
									
								
							| @@ -781,6 +781,11 @@ EX void describeMouseover() { | ||||
|      | ||||
|     if(WDIM == 3 && isGravityLand(c->land)) out += " [" + its(gravityLevel(c)) + "]"; | ||||
|      | ||||
|     if(c->land == laTemple && c->master->alt) { | ||||
|       int lev = -celldistAlt(c); | ||||
|       int ts = temple_layer_size(); | ||||
|       out += " (" + its(lev/ts+1) + ":" + its(lev%ts) + ")"; | ||||
|       } | ||||
|     if(isIcyLand(c))  | ||||
|       out += " (" + fts(heat::celsius(c)) + " °C)"; | ||||
|     if(c->land == laBrownian && c->wall == waNone) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue