@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.
@@ -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