Commit 5ea0a6db authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c50224115.lua

parent 0dc2230a
Pipeline #30648 passed with stages
in 31 minutes and 40 seconds
...@@ -133,7 +133,7 @@ function c50224115.thfilter(c,code) ...@@ -133,7 +133,7 @@ function c50224115.thfilter(c,code)
end end
function c50224115.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c50224115.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return true end if chk==0 then return true end
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,2,0,0) Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,2,0,LOCATION_REMOVED)
end end
function c50224115.thop(e,tp,eg,ep,ev,re,r,rp) function c50224115.thop(e,tp,eg,ep,ev,re,r,rp)
local t1=Duel.GetFirstMatchingCard(c50224115.thfilter,tp,LOCATION_REMOVED,0,nil,50223105) local t1=Duel.GetFirstMatchingCard(c50224115.thfilter,tp,LOCATION_REMOVED,0,nil,50223105)
...@@ -142,5 +142,4 @@ function c50224115.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -142,5 +142,4 @@ function c50224115.thop(e,tp,eg,ep,ev,re,r,rp)
if not t2 then return end if not t2 then return end
local g=Group.FromCards(t1,t2) local g=Group.FromCards(t1,t2)
Duel.SendtoHand(g,nil,REASON_EFFECT) Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g)
end end
\ No newline at end of file
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