Skip to content

Commit a3f49a3

Browse files
authored
fix f_sign_stop drop (#80319)
2 parents 6459960 + 0f5a9a1 commit a3f49a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/json/furniture_and_terrain/furniture-signs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"required_str": -1,
8383
"flags": [ "TRANSPARENT", "NO_SELF_CONNECT" ],
8484
"deconstruct": {
85-
"items": [ { "item": "pipe", "count": 1 }, { "item": "sheet_metal", "count": 1 }, { "item": "nuts_bolts", "count": [ 4, 8 ] } ]
85+
"items": [ { "item": "pipe", "count": 1 }, { "item": "sheet_metal", "count": 1 }, { "item": "nuts_bolts", "charges": [ 4, 8 ] } ]
8686
},
8787
"bash": {
8888
"str_min": 10,

0 commit comments

Comments
 (0)