Skip to content
Snippets Groups Projects
Commit c3d2bc38 authored by Jean-Patrick Guerrero's avatar Jean-Patrick Guerrero Committed by paramat
Browse files

Wooden Sign: Add group oddly_breakable_by_hand

parent 7d55320d
No related branches found
No related tags found
No related merge requests found
......@@ -1671,7 +1671,7 @@ end
register_sign("wood", "Wooden", {
sounds = default.node_sound_wood_defaults(),
groups = {choppy = 2, attached_node = 1, flammable = 2}
groups = {choppy = 2, attached_node = 1, flammable = 2, oddly_breakable_by_hand = 3}
})
register_sign("steel", "Steel", {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment