Merge pull request #23 from SwissalpS/is_ground_content

cannons aren't ground content
This commit is contained in:
Dennis Jenkins 2024-02-27 13:58:50 -08:00 committed by GitHub
commit cdb3b89b56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -132,6 +132,7 @@ local register_spacecannon = function(def)
description = def.name .. " (" .. def.desc .. ")",
tiles = textures,
groups = def.is_th and groups_base or groups_rail,
is_ground_content = false,
drop = "spacecannon:cannon_" .. def.color,
sounds = default.node_sound_glass_defaults(),
paramtype2 = "facedir",