mob resists
This commit is contained in:
@@ -681,12 +681,13 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
|
||||
|
||||
if(this.getObjectType().equals(GameObjectType.Mob)){
|
||||
return ((Mob)this).mobResists;
|
||||
}else {
|
||||
|
||||
if (this.resists == null)
|
||||
return Resists.getResists(0);
|
||||
|
||||
return this.resists;
|
||||
}
|
||||
|
||||
if (this.resists == null)
|
||||
return Resists.getResists(0);
|
||||
|
||||
return this.resists;
|
||||
}
|
||||
|
||||
public final void setResists(final Resists value) {
|
||||
|
||||
Reference in New Issue
Block a user