|  |  |  | @ -583,10 +583,14 @@ public class MobileFSM {@@ -583,10 +583,14 @@ public class MobileFSM { | 
			
		
	
		
			
				
					|  |  |  |  |         if (mob.getCombatTarget() == null) { | 
			
		
	
		
			
				
					|  |  |  |  |             //safehold guard
 | 
			
		
	
		
			
				
					|  |  |  |  |             SafeGuardAggro(mob); | 
			
		
	
		
			
				
					|  |  |  |  |         } else{ | 
			
		
	
		
			
				
					|  |  |  |  |             if(mob.combatTarget.isAlive() == false){ | 
			
		
	
		
			
				
					|  |  |  |  |                 SafeGuardAggro(mob); | 
			
		
	
		
			
				
					|  |  |  |  |             } | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  |         if (mob.getCombatTarget() != null) | 
			
		
	
		
			
				
					|  |  |  |  |             CheckForAttack(mob); | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  |     private static void DefaultLogic(Mob mob) { | 
			
		
	
		
			
				
					|  |  |  |  |         if(mob.getObjectUUID() == 40548){ | 
			
		
	
		
			
				
					|  |  |  |  |             int thing = 0; | 
			
		
	
	
		
			
				
					|  |  |  | 
 |