| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -681,13 +681,14 @@ public abstract class AbstractCharacter extends AbstractWorldObject { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        if(this.getObjectType().equals(GameObjectType.Mob)){ | 
					 | 
					 | 
					 | 
					        if(this.getObjectType().equals(GameObjectType.Mob)){ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            return ((Mob)this).mobResists; | 
					 | 
					 | 
					 | 
					            return ((Mob)this).mobResists; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        } | 
					 | 
					 | 
					 | 
					        }else { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            if (this.resists == null) | 
					 | 
					 | 
					 | 
					            if (this.resists == null) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                return Resists.getResists(0); | 
					 | 
					 | 
					 | 
					                return Resists.getResists(0); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            return this.resists; | 
					 | 
					 | 
					 | 
					            return this.resists; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        } | 
					 | 
					 | 
					 | 
					        } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    public final void setResists(final Resists value) { | 
					 | 
					 | 
					 | 
					    public final void setResists(final Resists value) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        if(this.getObjectType().equals(GameObjectType.Mob)) | 
					 | 
					 | 
					 | 
					        if(this.getObjectType().equals(GameObjectType.Mob)) | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |