v1.1.0: fixed talisman not updating quickslot when gaining charge

This commit is contained in:
Evan Debenham 2021-12-08 19:56:45 -05:00
parent ecfca5ff2d
commit fa9ec9b7a2

View File

@ -97,6 +97,7 @@ public class TalismanOfForesight extends Artifact {
partialCharge = 0;
GLog.p( Messages.get(TalismanOfForesight.class, "full_charge") );
}
updateQuickslot();
}
}