Zefram
2014-04-26 1a94fdc601e3624e0cc52e0873fc2a031fd61b0a
fix groups for injector

The injector was in no groups, and therefore not breakable by ordinary
means. This was because the code referred to a defined variable that
went away in the course of a rewrite of the chests code.
1 files modified
2 ■■■ changed files
technic/machines/other/injector.lua 2 ●●● patch | view | raw | blame | history
technic/machines/other/injector.lua
@@ -58,7 +58,7 @@
    description = S("Injector"),
    tiles = {"technic_injector_top.png", "technic_injector_bottom.png", "technic_injector_side.png",
        "technic_injector_side.png", "technic_injector_side.png", "technic_injector_side.png"},
    groups = chest_groups1,
    groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2, tubedevice=1},
    tube = tubes_properties,
    sounds = default.node_sound_wood_defaults(),
    on_construct = function(pos)