Fixed drop.

This commit is contained in:
A.C.M 2023-06-08 01:28:52 +02:00
parent 569c9fbc01
commit 0d91befc45
2 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
name = mesecons_stealthnodes
name = mesecons_stealthnode
description = A mod to register Ghoststones.
depends = default, mesecons_random
optional_depends = moreores

@ -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,