mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2024-12-22 16:10:18 +01:00
disable param2type of octofloors
This commit is contained in:
parent
e29c8467af
commit
f3354f52da
@ -176,11 +176,13 @@
|
|||||||
},
|
},
|
||||||
"octofloor": {
|
"octofloor": {
|
||||||
"description": "Doom floor",
|
"description": "Doom floor",
|
||||||
"sounds": "stone"
|
"sounds": "stone",
|
||||||
|
"paramtype2": "none"
|
||||||
},
|
},
|
||||||
"octofloor2": {
|
"octofloor2": {
|
||||||
"description": "Brown Doom floor",
|
"description": "Brown Doom floor",
|
||||||
"sounds": "stone"
|
"sounds": "stone",
|
||||||
|
"paramtype2": "none"
|
||||||
},
|
},
|
||||||
"doomwall1": {
|
"doomwall1": {
|
||||||
"description": "Doom wall 1"
|
"description": "Doom wall 1"
|
||||||
|
@ -569,7 +569,7 @@ for name, def in pairs(nodes) do
|
|||||||
tiles = tiles,
|
tiles = tiles,
|
||||||
groups = {cracky=1, dig_generic = 3},
|
groups = {cracky=1, dig_generic = 3},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = def.paramtype2 or "facedir",
|
||||||
light_source = def.light,
|
light_source = def.light,
|
||||||
sounds = sounds,
|
sounds = sounds,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user