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
@@ -401,6 +401,7 @@ public final class ItemDefinition {
} }
description = "Swap this note at any bank for " + prefix + " " + name + "."; description = "Swap this note at any bank for " + prefix + " " + name + ".";
value = infoDef.value;
stackable = true; stackable = true;
} else { } else {
throw new IllegalStateException("Item cannot be noted."); throw new IllegalStateException("Item cannot be noted.");