Merge pull request #140 from WizardJesse1/patch-10

Fixed Noted Item Value
This commit is contained in:
Gary Tierney
2016-01-31 16:57:09 +00:00
@@ -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.");