|  |  | @ -239,6 +239,10 @@ public class ActionsBase { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     //Add blocked types here
 |  |  |  |     //Add blocked types here
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     public boolean blocked(AbstractWorldObject awo, PowersBase pb, int trains) { |  |  |  |     public boolean blocked(AbstractWorldObject awo, PowersBase pb, int trains) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         if(pb.isChant) | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             return false; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         if (AbstractWorldObject.IsAbstractCharacter(awo)) { |  |  |  |         if (AbstractWorldObject.IsAbstractCharacter(awo)) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             AbstractCharacter ac = (AbstractCharacter) awo; |  |  |  |             AbstractCharacter ac = (AbstractCharacter) awo; | 
			
		
	
		
		
			
				
					
					|  |  |  |             PlayerBonuses bonus = ac.getBonuses(); |  |  |  |             PlayerBonuses bonus = ac.getBonuses(); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |