Commit 701cca82 authored by gg123gg's avatar gg123gg Committed by GitHub

fix

parent 21379328
...@@ -21,8 +21,8 @@ function c12003012.initial_effect(c) ...@@ -21,8 +21,8 @@ function c12003012.initial_effect(c)
e4:SetRange(LOCATION_GRAVE) e4:SetRange(LOCATION_GRAVE)
e4:SetCountLimit(1,12003112) e4:SetCountLimit(1,12003112)
e4:SetCost(function(e,tp,eg,ep,ev,re,r,rp,chk) e4:SetCost(function(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroup(tp,c12003012.cfilter1,1,nil,tp) end if chk==0 then return Duel.IsExistingMatchingCard(c12003012.cfilter1,tp,LOCATION_HAND,0,1,nil,tp) end
local g1=Duel.SelectReleaseGroup(tp,c12003012.cfilter1,1,1,nil,tp) local g1=Duel.SelectMatchingCard(tp,c12003012.cfilter1,tp,LOCATION_HAND,0,1,1,nil,tp)
Duel.Release(g1,REASON_COST) Duel.Release(g1,REASON_COST)
end) end)
e4:SetTarget(c12003012.target) e4:SetTarget(c12003012.target)
......
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