Skip to content

Commit

Permalink
Blueprints now create full durability items, always
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaxbeard committed Sep 18, 2016
1 parent c4d16c8 commit 4bae328
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ public static ItemStack getBlueprintForItem(ItemStack stack)


toBlue.stackSize = 1;
if (toBlue.isItemStackDamageable())
{
toBlue.setItemDamage(0);
}
toBlue.setTagCompound(null);

ItemStack ret = new ItemStack(CyberwareContent.blueprint);
Expand Down

0 comments on commit 4bae328

Please sign in to comment.