Allow user to pick up globe by hand.

This commit is contained in:
Tucker Bamberg 2016-12-10 22:46:32 -05:00 committed by Foz
parent cdf2c0ff90
commit 50c0eaf436
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ homedecor.register("desk_globe", {
inventory_image = "homedecor_desk_globe_inv.png",
selection_box = globe_cbox,
collision_box = globe_cbox,
groups = {choppy=2},
groups = {choppy=2, oddly_breakable_by_hand=2},
walkable = false,
sounds = default.node_sound_wood_defaults(),
})