Commit 9dc70274 authored by TanakaKotoha's avatar TanakaKotoha

homo

parent 5c668442
...@@ -112,6 +112,7 @@ function c33400410.effop(e,tp,eg,ep,ev,re,r,rp) ...@@ -112,6 +112,7 @@ function c33400410.effop(e,tp,eg,ep,ev,re,r,rp)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
e1:SetCondition(c33400410.recon) e1:SetCondition(c33400410.recon)
e1:SetCost(c33400410.spcost) e1:SetCost(c33400410.spcost)
e1:SetTarget(c33400410.retg) e1:SetTarget(c33400410.retg)
......
...@@ -139,6 +139,7 @@ end ...@@ -139,6 +139,7 @@ end
function c47535000.tgop(e,tp,eg,ep,ev,re,r,rp) function c47535000.tgop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
local cg=tc:GetColumnGroup():Filter(Card.IsControler,nil,1-tp) local cg=tc:GetColumnGroup():Filter(Card.IsControler,nil,1-tp)
cg:AddCard(tc)
if tc:IsRelateToEffect(e) and #cg>0 then if tc:IsRelateToEffect(e) and #cg>0 then
Duel.SendtoGrave(cg,REASON_RULE) Duel.SendtoGrave(cg,REASON_RULE)
end 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