Commit c7fb76ed authored by VanillaSalt's avatar VanillaSalt

Merge pull request #662 from woodee/patch-43

fix
parents 7984041a efb0fd03
......@@ -18,7 +18,9 @@ function c81210420.filter(c)
return c:IsFacedown() or c:IsCanTurnSet()
end
function c81210420.spfilter(c,e,tp)
local code=c:GetCode()
return c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsCanBeSpecialSummoned(e,0,tp,true,false,POS_FACEDOWN)
and code~=31893528 and code~=67287533 and code~=94772232 and code~=30170981
end
function c81210420.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c81210420.filter,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