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