Commit 0c6af7b7 authored by mercury233's avatar mercury233 Committed by GitHub

fix #1124

parent d5110b4f
......@@ -54,7 +54,7 @@ function c74402414.initial_effect(c)
c:RegisterEffect(e5)
end
function c74402414.cost(e,tp,eg,ep,ev,re,r,rp,chk)
local hg=Duel.GetFieldGroup(tp,LOCATION_HAND,0)
local hg=Duel.GetMatchingGroup(nil,tp,LOCATION_HAND,0,e:GetHandler())
if chk==0 then return hg:GetCount()>0 and hg:FilterCount(Card.IsAbleToGraveAsCost,nil)==hg:GetCount() end
Duel.SendtoGrave(hg,REASON_COST)
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