Commit 1b90f797 authored by wind2009's avatar wind2009

Fix 竜騎士アトリィ

parent 532e9074
......@@ -36,7 +36,7 @@ function s.initial_effect(c)
end
function s.drfilter(c,tp)
return c:IsSetCard(0x2b5)
and Duel.IsExistingMatchingCard(s.drfilter2,tp,LOCATION_GRAVE,0,1,nil)
and Duel.IsExistingMatchingCard(s.drfilter2,tp,LOCATION_GRAVE,0,1,c)
end
function s.drfilter2(c)
return c:IsSetCard(0x1a2)
......
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