v0.4.0: lots of new curse implementation

This commit is contained in:
Evan Debenham
2016-06-09 03:37:53 -04:00
committed by Evan Debenham
parent c90e83f8d6
commit 4988be16fe
15 changed files with 318 additions and 78 deletions
@@ -278,7 +278,6 @@ public class Item implements Bundlable {
public Item upgrade() {
cursed = false;
cursedKnown = true;
this.level++;
updateQuickslot();