Commit d0b1f51f authored by tsubaki's avatar tsubaki

20516

parent d9c83b49
Pipeline #32873 passed with stage
in 11 seconds
......@@ -115,7 +115,7 @@ function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
end
function s.thop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetTargetCards(e)
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS)
if #g~=2 or Duel.SendtoDeck(g,nil,SEQ_DECKSHUFFLE,REASON_EFFECT)==0 then return end
local atk=(g:GetFirst():GetAttack()+g:GetNext():GetAttack())/2
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
......
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