Commit 1a6d399b authored by mercury233's avatar mercury233

fix

parent 96107b9d
......@@ -28,6 +28,7 @@ function c100409038.target(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
--destroy
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(100409038,4))
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e1:SetCode(EVENT_PHASE+PHASE_STANDBY)
......@@ -103,7 +104,7 @@ function c100409038.efftg(e,tp,eg,ep,ev,re,r,rp,chk)
if op==0 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local g=Duel.SelectMatchingCard(tp,c100409038.costfilter1,tp,LOCATION_MZONE,0,1,1,nil,e,tp)
e:SetValue(rg:GetFirst():GetOriginalCode())
e:SetValue(g:GetFirst():GetOriginalCode())
Duel.SendtoGrave(g,REASON_COST)
e:SetCategory(CATEGORY_SPECIAL_SUMMON)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_DECK)
......
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