Commit 4436adb7 authored by TanakaKotoha's avatar TanakaKotoha

daniaozhuanzhuanzhuan

parent 53f65039
Pipeline #2477 passed with stages
in 43 minutes and 19 seconds
......@@ -127,7 +127,7 @@ function c12028012.con3(e,tp,eg,ep,ev,re,r,rp)
end
--
function c12028012.tfilter3(c)
return c:IsFaceup() and not c:IsDisabled() and c:IsType(TYPE_EFFECT)
return c:IsFaceup() and not c:IsDisabled() and (c:IsType(TYPE_EFFECT) or c:IsType(TYPE_SPELL+TYPE_TRAP))
end
function c12028012.tg3(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c12028012.tfilter3,tp,0,LOCATION_ONFIELD,1,nil) 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