Commit 0dc2230a authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c50218150.lua

parent 7f38046f
Pipeline #30647 canceled with stages
in 15 seconds
...@@ -109,7 +109,7 @@ function c50218150.thfilter(c,code) ...@@ -109,7 +109,7 @@ function c50218150.thfilter(c,code)
end end
function c50218150.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c50218150.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 c50218150.thop(e,tp,eg,ep,ev,re,r,rp) function c50218150.thop(e,tp,eg,ep,ev,re,r,rp)
local t1=Duel.GetFirstMatchingCard(c50218150.thfilter,tp,LOCATION_REMOVED,0,nil,50218139) local t1=Duel.GetFirstMatchingCard(c50218150.thfilter,tp,LOCATION_REMOVED,0,nil,50218139)
...@@ -118,5 +118,4 @@ function c50218150.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -118,5 +118,4 @@ function c50218150.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