v0.9.3: fixed talisman of foresight not updating quickslot in some cases
This commit is contained in:
+1
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user