v3.2.1: fixed scroll empower overriding itself when it shouldn't
This commit is contained in:
@@ -33,10 +33,10 @@ public class ScrollEmpower extends Buff {
|
|||||||
type = buffType.POSITIVE;
|
type = buffType.POSITIVE;
|
||||||
}
|
}
|
||||||
|
|
||||||
private int left;
|
private int left = 0;
|
||||||
|
|
||||||
public void reset(int left){
|
public void reset(int left){
|
||||||
this.left = left;
|
this.left = Math.max(this.left, left);
|
||||||
Item.updateQuickslot();
|
Item.updateQuickslot();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user