|  |  | @@ -10,7 +10,7 @@ const effects = {}; | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | const resources = {}; | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | let updateRate = 30; | 
		
	
		
			
			|  |  |  | let updateRate = 60; | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | const currentProductivity = {}; | 
		
	
		
			
			|  |  |  | const contributions = {}; | 
		
	
	
		
			
				|  |  | @@ -303,7 +303,7 @@ function spend(cost) { | 
		
	
		
			
			|  |  |  | function switchShowOwnedUpgrades() { | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | initializeUpgradeStates(); | 
		
	
		
			
			|  |  |  |  | 
		
	
		
			
			|  |  |  |  | 
		
	
		
			
			|  |  |  | if (showOwnedUpgrades) { | 
		
	
		
			
			|  |  |  | document.querySelector("#upgrades").innerText = "Upgrades"; | 
		
	
		
			
			|  |  |  | } else { | 
		
	
	
		
			
				|  |  | 
 |