Commit 3883fac8 authored by salix5's avatar salix5

Merge pull request #1524 from nekrozar/patch-1

fix Train Connection
parents 56921480 cd24d2b4
......@@ -39,7 +39,7 @@ function c60879050.initial_effect(c)
c:RegisterEffect(e5)
end
function c60879050.eqlimit(e,c)
return e:GetHandler():GetEquipTarget()==c
return e:GetHandler():GetEquipTarget()==c and c:IsRace(RACE_MACHINE) and c:IsAttribute(ATTRIBUTE_EARTH)
end
function c60879050.filter(c)
return c:IsFaceup() and c:IsRace(RACE_MACHINE) and c:IsAttribute(ATTRIBUTE_EARTH)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment