add group "not_blocking_trains" to active stealthnode

master^2
Buckaroo Banzai 2021-03-02 11:07:53 +01:00 committed by GitHub
parent 6f61399ea9
commit 9d6867d754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -76,7 +76,11 @@ function stealthnode.register_stealthnode(modname, node)
walkable = false,
diggable = false,
drop = stealthnode_name,
groups = {mesecons_stealthnode_active = 1, not_in_creative_inventory = 1},
groups = {
mesecons_stealthnode_active = 1,
not_in_creative_inventory = 1,
not_blocking_trains = 1
},
mesecons = {
conductor = {
state = mesecon.state.on,