Commit cd24d2b4 authored by nekrozar's avatar nekrozar

fix

parent 56921480
...@@ -39,7 +39,7 @@ function c60879050.initial_effect(c) ...@@ -39,7 +39,7 @@ function c60879050.initial_effect(c)
c:RegisterEffect(e5) c:RegisterEffect(e5)
end end
function c60879050.eqlimit(e,c) 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 end
function c60879050.filter(c) function c60879050.filter(c)
return c:IsFaceup() and c:IsRace(RACE_MACHINE) and c:IsAttribute(ATTRIBUTE_EARTH) 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