Killable butterflies

This commit is contained in:
An0n3m0us 2019-05-30 13:22:18 +01:00
parent 76a08a7058
commit 4062db5bcd

View file

@ -28,7 +28,8 @@ for i in ipairs (butter_list) do
sunlight_propagates = true,
buildable_to = true,
walkable = false,
groups = {catchable = 1},
groups = {catchable = 1, dig_immediate = 3},
drop = "",
selection_box = {
type = "fixed",
fixed = {-0.1, -0.1, -0.1, 0.1, 0.1, 0.1},