Fixed Noted Item Value

* Made the noted item value use the value from the unoted item
This commit is contained in:
WizardJesse1
2016-01-31 01:01:42 -05:00
parent 420bda9b75
commit 03d9fb88c7
+2 -1
View File
@@ -401,10 +401,11 @@ public final class ItemDefinition {
}
description = "Swap this note at any bank for " + prefix + " " + name + ".";
value = infoDef.value;
stackable = true;
} else {
throw new IllegalStateException("Item cannot be noted.");
}
}
}
}