mirror of
https://github.com/acmgit/mesecons_stealthnode.git
synced 2024-11-22 07:13:45 +01:00
Fixed drop.
This commit is contained in:
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,
|
||||
|
Loading…
Reference in New Issue
Block a user