v0.9.0a: Prevented cases where warrior shield wouldn't reset
This commit is contained in:
@@ -53,7 +53,7 @@ public abstract class ShieldBuff extends Buff {
|
||||
}
|
||||
|
||||
public void setShield( int shield, float delay ) {
|
||||
if (this.shielding <= shield) this.shielding = shield;
|
||||
this.shielding = shield;
|
||||
if (target != null) target.needsShieldUpdate = true;
|
||||
spend(delay);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user