V0.2.0: Changed artifacts to use upgrade() instead of level++

This commit is contained in:
Evan Debenham
2014-09-13 17:34:50 -04:00
parent 0ce1c3e701
commit 7abb24f723
6 changed files with 6 additions and 6 deletions
@@ -207,7 +207,7 @@ public class CloakOfShadows extends Artifact {
//max level is 15 (20 charges)
if (exp >= (level+1)*50 && level < levelCap) {
level++;
upgrade();
chargeCap++;
exp -= level*50;
GLog.p("Your Cloak Grows Stronger!");