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
@@ -67,7 +67,7 @@ public class MasterThievesArmband extends Artifact {
}
while(exp >= 500 && level < levelCap) {
exp -= 500;
level++;
upgrade();
}
return true;
}