Commit 988e1d3c authored by Vee4's avatar Vee4

Update c100256001.lua

parent 92c3dbe3
Pipeline #41709 failed with stages
in 47 seconds
......@@ -71,6 +71,5 @@ function s.atkfilter(c)
return c:IsFaceupEx() and c:IsCode(100200282)
end
function s.atkcon(e)
local c=e:GetHandler()
return Duel.IsExistingMatchingCard(s.atkfilter,c:GetControler(),LOCATION_ONFIELD+LOCATION_GRAVE,0,1,nil)
return Duel.IsExistingMatchingCard(s.atkfilter,e:GetHandlerPlayer(),LOCATION_ONFIELD+LOCATION_GRAVE,0,1,nil)
end
\ No newline at end of file
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