v0.4.0: lots of refactoring to on-upgrade logic

This commit is contained in:
Evan Debenham
2016-06-14 23:07:32 -04:00
committed by Evan Debenham
parent 9f65ff4e5b
commit 4c8bcade38
9 changed files with 121 additions and 89 deletions
@@ -273,6 +273,8 @@ public class Item implements Bundlable {
public void level( int value ){
level = value;
updateQuickslot();
}
public Item upgrade() {