Commit 2a5f280f authored by nanahira's avatar nanahira

Merge branch 'master' of github.com:purerosefallen/ygopro-222DIY-cards

parents 55eb2f4f 3a70f1db
......@@ -57,6 +57,9 @@ function c12033011.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
end
function c12033011.rccfilter(c)
return c:IsFaceup() and c:IsSetCard(0xfa2)
end
function c12033011.thcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()==1-tp
and Duel.IsExistingMatchingCard(c12033011.rccfilter,tp,LOCATION_MZONE,0,1,nil)
......
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