@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.
- package/dist/long-bow.cjs.development.js +1 -1
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +1 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/CraftBook/CraftBook.tsx +1 -1
package/dist/long-bow.esm.js
CHANGED
|
@@ -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 === '
|
|
33379
|
+
if (key === 'DeadBody') {
|
|
33380
33380
|
return; // we can't craft crafting resouces...
|
|
33381
33381
|
}
|
|
33382
33382
|
|