Browse Source
			
			Fix the missing icon on the click powerup
			
			tags/v0.0.7
		 
		
		
			
				
				  
				  No known key found for this signature in database
				  
					GPG Key ID: E80B35A6F11C3656
				  
				
			
		
		
		
	
		
			
			 1 changed files with 
1 additions and 
1 deletions
			
		 
		
			
				- 
					
					
					 
					constants.js
				
					
					
						
							
								
									
										
											
												
	
		
			
				|  |  | @@ -1229,7 +1229,7 @@ const powerups = { | 
		
	
		
			
			|  |  |  | "click": { | 
		
	
		
			
			|  |  |  | name: "Chaos Click", | 
		
	
		
			
			|  |  |  | description: "Ten times the clicking!", | 
		
	
		
			
			|  |  |  | icon: "fa-cursor", | 
		
	
		
			
			|  |  |  | icon: "fa-hand-pointer", | 
		
	
		
			
			|  |  |  | duration: 10000, | 
		
	
		
			
			|  |  |  | prereqs: state => true, | 
		
	
		
			
			|  |  |  | effect: state => state.clickPowers.clickMultiplier *= 10, | 
		
	
	
		
			
				|  |  | 
 |