Fix rs not turnoff if rtorch is hor. behind opaque

This commit is contained in:
Wuzzy 2018-01-26 21:53:27 +01:00
parent e8ebc537f0
commit 930ecf9be1
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ function mesecon.turnoff(pos, link)
if mesecon.is_receptor_on(n.name) then
local receptorrules = mesecon.receptor_get_rules(n)
for _, rr in pairs(receptorrules) do
if vector.equals(mesecon.invertRule(rr), r) then
if rr.spread and vector.equals(mesecon.invertRule(rr), r) then
return false
end
end