Mods
This commit is contained in:
		@@ -46,9 +46,10 @@ class Game:
 | 
				
			|||||||
        elif ant.method == "thinking":
 | 
					        elif ant.method == "thinking":
 | 
				
			||||||
            status = f"Thinking about {status}"
 | 
					            status = f"Thinking about {status}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        tooltip = Utils.to_date(ant.updated)
 | 
					        tooltip = ""
 | 
				
			||||||
        tooltip += f"\nTriumph: {ant.triumph}"
 | 
					        tooltip += f"Updated: {Utils.to_date(ant.updated)}"
 | 
				
			||||||
        tooltip += f"\nHits: {ant.hits}"
 | 
					        tooltip += f"\nCreated: {Utils.to_date(ant.created)}"
 | 
				
			||||||
 | 
					        tooltip += f"\nTriumph: {ant.triumph} | Hits: {ant.hits}"
 | 
				
			||||||
        image_label = Game.get_image(Config.status_image_path, color, tooltip=tooltip)
 | 
					        image_label = Game.get_image(Config.status_image_path, color, tooltip=tooltip)
 | 
				
			||||||
        right_container = Game.make_right_container(ant.name, status)
 | 
					        right_container = Game.make_right_container(ant.name, status)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user