Commit 72d470e9 authored by mercury233's avatar mercury233

fix

parent 2cb529e5
Pipeline #7335 passed with stages
in 1 minute and 15 seconds
......@@ -55,5 +55,5 @@ function c100286003.operation(e,tp,eg,ep,ev,re,r,rp)
end
end
function c100286003.atkfilter(c)
return c:GetOriginalRace()==RACE_WARRIOR and c:GetOriginalAttribute()==ATTRIBUTE_EARTH and (c:IsSetCard(0x83) or c:IsCode(3167573,15001619)) and c:IsFaceup()
return c:GetOriginalRace()==RACE_WARRIOR and c:GetOriginalAttribute()==ATTRIBUTE_EARTH and c:IsSetCard(0x83) and c:IsFaceup()
end
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