Commit f6e56750 authored by mercury233's avatar mercury233 Committed by GitHub

update 烈風帝ライザー

parent 3a7d3609
...@@ -74,12 +74,11 @@ function c69327790.tdop(e,tp,eg,ep,ev,re,r,rp) ...@@ -74,12 +74,11 @@ function c69327790.tdop(e,tp,eg,ep,ev,re,r,rp)
local ex,g1=Duel.GetOperationInfo(0,CATEGORY_TODECK) local ex,g1=Duel.GetOperationInfo(0,CATEGORY_TODECK)
local ex2,g2=Duel.GetOperationInfo(0,CATEGORY_TOHAND) local ex2,g2=Duel.GetOperationInfo(0,CATEGORY_TOHAND)
if not g1 then return end if not g1 then return end
local gc=e:GetLabelObject()
local fg=g1:Clone()
fg:RemoveCard(gc)
local fc=fg:GetFirst()
local sg1=g1:Filter(Card.IsRelateToEffect,nil,e) local sg1=g1:Filter(Card.IsRelateToEffect,nil,e)
if sg1:GetCount()>0 and Duel.SendtoDeck(sg1,nil,0,REASON_EFFECT)>1 then if sg1:GetCount()>0 and Duel.SendtoDeck(sg1,nil,0,REASON_EFFECT)>1 then
local gc=e:GetLabelObject()
local fc=sg1:GetFirst()
if fc==gc then fc=sg1:GetNext() end
if fc:GetControler()==gc:GetControler() and fc:IsLocation(LOCATION_DECK) and gc:IsLocation(LOCATION_DECK) then if fc:GetControler()==gc:GetControler() and fc:IsLocation(LOCATION_DECK) and gc:IsLocation(LOCATION_DECK) then
local op=Duel.SelectOption(tp,aux.Stringid(69327790,3),aux.Stringid(69327790,4)) local op=Duel.SelectOption(tp,aux.Stringid(69327790,3),aux.Stringid(69327790,4))
if op==0 then if op==0 then
......
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