Skip to content

Commit 74ba94b

Browse files
committed
fix for crafting craft all and search
1 parent 9e12375 commit 74ba94b

File tree

2 files changed

+261
-240
lines changed

2 files changed

+261
-240
lines changed

game/classes/invblock.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ class InvBlock{
8383
itemBag.invBlock.addItem(item, amount, false);
8484
this.decreaseAmount(item, amount);
8585
}
86-
dropAll() {
86+
87+
dropAll() {
8788
let itemBag = createObject("ItemBag", curPlayer.pos.x, curPlayer.pos.y, 0, 0, "", "");
8889
let keys = Object.keys(this.items);
8990
for (let i = 0; i < keys.length; i++) {

0 commit comments

Comments
 (0)