@rpg-engine/long-bow 0.3.68 → 0.3.69

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.
@@ -33376,7 +33376,7 @@ var CraftBook = function CraftBook(_ref) {
33376
33376
  var getDropdownOptions = function getDropdownOptions() {
33377
33377
  var options = [];
33378
33378
  Object.keys(ItemSubType).forEach(function (key) {
33379
- if (key === 'CraftingResource' || key === 'DeadBody') {
33379
+ if (key === 'DeadBody') {
33380
33380
  return; // we can't craft crafting resouces...
33381
33381
  }
33382
33382