|  |  |  | @ -574,11 +574,11 @@ public class Mine extends AbstractGameObject {@@ -574,11 +574,11 @@ public class Mine extends AbstractGameObject { | 
			
		
	
		
			
				
					|  |  |  |  |                 amount = 12000000; | 
			
		
	
		
			
				
					|  |  |  |  |                 break; | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  |         if(this.production.UUID == 7) | 
			
		
	
		
			
				
					|  |  |  |  |             amount *= 0.5f; | 
			
		
	
		
			
				
					|  |  |  |  |         else | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         if(this.production.UUID != 7) | 
			
		
	
		
			
				
					|  |  |  |  |             amount = amount / value; | 
			
		
	
		
			
				
					|  |  |  |  |         return (int) amount; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         return amount; | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  |     public Boolean onExit(HashSet<AbstractWorldObject> currentPlayers){ | 
			
		
	
		
			
				
					|  |  |  |  |         ArrayList<Integer> purge = new ArrayList<>(); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |