Make moreores' copper rail connect again, add metal sounds

This commit is contained in:
SmallJoker
2018-05-04 14:38:52 +02:00
parent f4c1a2ec3b
commit 3781f6d4c0
2 changed files with 11 additions and 1 deletions

View File

@ -217,7 +217,8 @@ function boost_cart:register_rail(name, def_overwrite)
selection_box = {
type = "fixed",
fixed = {-1/2, -1/2, -1/2, 1/2, -1/2+1/16, 1/2},
}
},
sounds = default.node_sound_metal_defaults()
}
for k, v in pairs(def_overwrite) do
def[k] = v