Commit d87f7f03 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 846b4079
......@@ -23,7 +23,7 @@ end
function c31904181.dircon(e)
return Duel.IsExistingMatchingCard(c31904181.cfilter,e:GetHandler():GetControler(),LOCATION_MZONE,0,1,nil)
end
function c31904181.repfilter(c)
function c31904181.repfilter(c,e)
return c:IsFaceup() and c:IsSetCard(0x3d)
and c:IsDestructable(e) and not c:IsStatus(STATUS_DESTROY_CONFIRMED+STATUS_BATTLE_DESTROYED)
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