Fixed drop.

This commit is contained in:
A.C.M 2023-06-08 01:28:52 +02:00
parent 569c9fbc01
commit 2e28b6cc67

@ -146,7 +146,6 @@ function stealthnode.register_conductnode(modname, node)
sounds = nodedef.sounds,
groups = node_groups,
inventory_image = nodedef.inventory_image,
drop = stealthnode_name,
mesecons = {
conductor = {
state = mesecon.state.off,
@ -172,6 +171,7 @@ function stealthnode.register_conductnode(modname, node)
sounds = nodedef.sounds,
groups = node_groups,
inventory_image = nodedef.inventory_image,
drop = stealthnode_name,
mesecons = {
conductor = {
state = mesecon.state.on,