|  |  |  | @ -2072,6 +2072,11 @@ public class Mob extends AbstractIntelligenceAgent {@@ -2072,6 +2072,11 @@ public class Mob extends AbstractIntelligenceAgent { | 
			
		
	
		
			
				
					|  |  |  |  |                 } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |             this.deathTime = 0; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |             if(this.isPet() && this.bonuses != null){ | 
			
		
	
		
			
				
					|  |  |  |  |                 this.healthMax = this.healthMax + this.bonuses.getFloat(ModType.HealthFull,SourceType.None); | 
			
		
	
		
			
				
					|  |  |  |  |                 this.health.set(this.healthMax); | 
			
		
	
		
			
				
					|  |  |  |  |             } | 
			
		
	
		
			
				
					|  |  |  |  |             InterestManager.setObjectDirty(this); | 
			
		
	
		
			
				
					|  |  |  |  |         } catch (Exception e) { | 
			
		
	
		
			
				
					|  |  |  |  |             Logger.error(e.getMessage()); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |