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
+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.");
}
}
}
}