forked from mtcontrib/scifi_nodes
		
	fix https://github.com/D00Med/scifi_nodes/issues/68 and adding additional game digging support (#69)
This commit is contained in:
		| @@ -271,7 +271,7 @@ for _, current_door in ipairs(doors) do | ||||
| 		drawtype = "nodebox", | ||||
| 		paramtype = "light", | ||||
| 		paramtype2 = "facedir", | ||||
| 		groups = {cracky = 1}, | ||||
| 		groups = {cracky = 1, dig_generic = 3}, | ||||
| 		node_box = { | ||||
| 			type = "fixed", | ||||
| 			fixed = { | ||||
| @@ -300,7 +300,7 @@ for _, current_door in ipairs(doors) do | ||||
| 		paramtype = "light", | ||||
| 		paramtype2 = "facedir", | ||||
| 		drop = closed, | ||||
| 		groups = {cracky = 1}, | ||||
| 		groups = {cracky = 1, dig_generic = 3}, | ||||
| 		node_box = { | ||||
| 			type = "fixed", | ||||
| 			fixed = { | ||||
| @@ -330,7 +330,7 @@ for _, current_door in ipairs(doors) do | ||||
| 		drawtype = "nodebox", | ||||
| 		paramtype = "light", | ||||
| 		paramtype2 = "facedir", | ||||
| 		groups = {cracky = 1}, | ||||
| 		groups = {cracky = 1, dig_generic = 3}, | ||||
| 		node_box = { | ||||
| 			type = "fixed", | ||||
| 			fixed = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user