v0.9.3: fixed talisman of foresight not updating quickslot in some cases
This commit is contained in:
parent
5d6f27dc2a
commit
a4f81dda2f
|
@ -324,6 +324,7 @@ public class TalismanOfForesight extends Artifact {
|
||||||
public void charge(int boost){
|
public void charge(int boost){
|
||||||
if (!cursed) {
|
if (!cursed) {
|
||||||
charge = Math.min((charge + boost), chargeCap);
|
charge = Math.min((charge + boost), chargeCap);
|
||||||
|
updateQuickslot();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user