Commit 46f7dee6 authored by Ma's avatar Ma

Update c50485594.lua

只能拿2张
parent 60046c5c
...@@ -60,7 +60,7 @@ function c50485594.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -60,7 +60,7 @@ function c50485594.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local hg1=sg:Select(tp,1,1,nil) local hg1=sg:Select(tp,1,1,nil)
local hg2=sg:Filter(Card.IsCode,hg1:GetFirst(),hg1:GetFirst():GetCode()) local hg2=sg:Filter(Card.IsCode,hg1:GetFirst(),hg1:GetFirst():GetCode())
hg1:Merge(hg2) hg1:AddCard(hg2:GetFirst())
Duel.SendtoHand(hg1,nil,REASON_EFFECT) Duel.SendtoHand(hg1,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,hg1) Duel.ConfirmCards(1-tp,hg1)
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