forked from Mirrorlandia_minetest/mesecons
Fix on-state effector-receptor combos (eg. gates) recepting to everywhere
This commit is contained in:
parent
3f75c06a3b
commit
69d4a9584d
@ -449,8 +449,10 @@ function mesecon.turnoff(pos, link)
|
|||||||
-- Check if an onstate receptor is connected. If that is the case,
|
-- Check if an onstate receptor is connected. If that is the case,
|
||||||
-- abort this turnoff process by returning false. `receptor_off` will
|
-- abort this turnoff process by returning false. `receptor_off` will
|
||||||
-- discard all the changes that we made in the voxelmanip:
|
-- discard all the changes that we made in the voxelmanip:
|
||||||
if mesecon.is_receptor_on(mesecon.get_node_force(np).name) then
|
if mesecon.rules_link_rule_all_inverted(f.pos, r)[1] then
|
||||||
return false
|
if mesecon.is_receptor_on(mesecon.get_node_force(np).name) then
|
||||||
|
return false
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Call turnoff on neighbors
|
-- Call turnoff on neighbors
|
||||||
|
Loading…
Reference in New Issue
Block a user