@rpg-engine/long-bow 0.2.99 → 0.3.0

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.
@@ -33130,7 +33130,7 @@ var CraftBook = function CraftBook(_ref) {
33130
33130
  var getDropdownOptions = function getDropdownOptions() {
33131
33131
  var options = [];
33132
33132
  Object.keys(ItemSubType).forEach(function (key) {
33133
- if (key === 'CraftingResource') {
33133
+ if (key === 'CraftingResource' || key === 'DeadBody') {
33134
33134
  return; // we can't craft crafting resouces...
33135
33135
  }
33136
33136