V0.2.0: corrected initial charge value on Talisman of Foresight
This commit is contained in:
parent
ad8d15b483
commit
d5acee95a6
|
@ -31,7 +31,7 @@ public class TalismanOfForesight extends Artifact {
|
|||
image = ItemSpriteSheet.ARTIFACT_TALISMAN;
|
||||
level = 0;
|
||||
levelCap = 10;
|
||||
charge = 98;
|
||||
charge = 0;
|
||||
exp = 0;
|
||||
partialCharge = 0;
|
||||
chargeCap = 100;
|
||||
|
|
Loading…
Reference in New Issue
Block a user