|  |  | @ -1840,6 +1840,10 @@ public enum PowersManager { | 
			
		
	
		
		
			
				
					
					|  |  |  |     private static void applyPowerA(AbstractCharacter ac, AbstractWorldObject target, |  |  |  |     private static void applyPowerA(AbstractCharacter ac, AbstractWorldObject target, | 
			
		
	
		
		
			
				
					
					|  |  |  |                                     Vector3fImmutable targetLoc, PowersBase pb, int trains, |  |  |  |                                     Vector3fImmutable targetLoc, PowersBase pb, int trains, | 
			
		
	
		
		
			
				
					
					|  |  |  |                                     boolean fromItem) { |  |  |  |                                     boolean fromItem) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         if(fromItem && pb.token == 429021400) | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             trains = 40; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         int time = pb.getCastTime(trains); |  |  |  |         int time = pb.getCastTime(trains); | 
			
		
	
		
		
			
				
					
					|  |  |  |         if (!fromItem) |  |  |  |         if (!fromItem) | 
			
		
	
		
		
			
				
					
					|  |  |  |             finishApplyPowerA(ac, target, targetLoc, pb, trains, false); |  |  |  |             finishApplyPowerA(ac, target, targetLoc, pb, trains, false); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |