Commit 496647d7 authored by nanahira's avatar nanahira

fix

parent f6c28b7f
......@@ -43,7 +43,7 @@ function cm.initial_effect(c)
end)
e2:SetOperation(function(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_CARD,0,m)
local g=eg:IsExists(f,nil)
local g=eg:Filter(f,nil)
for p=0,1 do
if g:IsExists(Card.IsControler,1,nil,p) then
Duel.DiscardHand(p,Card.IsDiscardable,1,1,REASON_EFFECT+REASON_DISCARD)
......@@ -73,4 +73,4 @@ function cm.descon(e,tp,eg,ep,ev,re,r,rp)
end
function cm.desop(e,tp,eg,ep,ev,re,r,rp)
Duel.Destroy(c,REASON_RULE)
end
\ No newline at end of file
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