forked from mtcontrib/scifi_nodes
disable param2type of octofloors
This commit is contained in:
parent
e29c8467af
commit
f3354f52da
@ -176,11 +176,13 @@
|
||||
},
|
||||
"octofloor": {
|
||||
"description": "Doom floor",
|
||||
"sounds": "stone"
|
||||
"sounds": "stone",
|
||||
"paramtype2": "none"
|
||||
},
|
||||
"octofloor2": {
|
||||
"description": "Brown Doom floor",
|
||||
"sounds": "stone"
|
||||
"sounds": "stone",
|
||||
"paramtype2": "none"
|
||||
},
|
||||
"doomwall1": {
|
||||
"description": "Doom wall 1"
|
||||
|
@ -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,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user