V0.2.0a: Made Talisman of Foresight a bit easier to level
This commit is contained in:
parent
11b289f4d1
commit
f012cddc4a
|
@ -172,10 +172,10 @@ public class TalismanOfForesight extends Artifact {
|
|||
public void charge(){
|
||||
charge = Math.min(charge+4, chargeCap);
|
||||
exp++;
|
||||
if (exp >= 5) {
|
||||
if (exp >= 4) {
|
||||
upgrade();
|
||||
GLog.p("Your Talisman grows stronger!");
|
||||
exp -= 5;
|
||||
exp -= 4;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user