1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-06-30 23:20:41 +02:00

disable param2type of octofloors

This commit is contained in:
BuckarooBanzay
2024-02-29 13:37:38 +01:00
parent e29c8467af
commit f3354f52da
2 changed files with 5 additions and 3 deletions

View File

@ -569,7 +569,7 @@ for name, def in pairs(nodes) do
tiles = tiles,
groups = {cracky=1, dig_generic = 3},
paramtype = "light",
paramtype2 = "facedir",
paramtype2 = def.paramtype2 or "facedir",
light_source = def.light,
sounds = sounds,
}