@rpg-engine/long-bow 0.3.68 → 0.3.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33381,7 +33381,7 @@ var CraftBook = function CraftBook(_ref) {
33381
33381
  var getDropdownOptions = function getDropdownOptions() {
33382
33382
  var options = [];
33383
33383
  Object.keys(shared.ItemSubType).forEach(function (key) {
33384
- if (key === 'CraftingResource' || key === 'DeadBody') {
33384
+ if (key === 'DeadBody') {
33385
33385
  return; // we can't craft crafting resouces...
33386
33386
  }
33387
33387
 
@@ -35677,6 +35677,7 @@ var skillProps = {
35677
35677
  fishing: 'foods/fish.png',
35678
35678
  mining: 'crafting-resources/iron-ingot.png',
35679
35679
  lumberjacking: 'crafting-resources/greater-wooden-log.png',
35680
+ blacksmithing: 'hammers/hammer.png',
35680
35681
  cooking: 'foods/chickens-meat.png',
35681
35682
  alchemy: 'potions/greater-mana-potion.png'
35682
35683
  }
@@ -35699,6 +35700,7 @@ var skillNameMap = {
35699
35700
  fishing: 'Fishing',
35700
35701
  mining: 'Mining',
35701
35702
  lumberjacking: 'Lumberjacking',
35703
+ blacksmithing: 'Blacksmithing',
35702
35704
  cooking: 'Cooking',
35703
35705
  alchemy: 'Alchemy'
35704
35706
  };