Commit 2b9b6af3 authored by GuGu's avatar GuGu

Update c74562009.lua

parent 8dd4e950
Pipeline #39515 passed with stage
in 9 seconds
...@@ -33,6 +33,7 @@ function cCardno.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -33,6 +33,7 @@ function cCardno.activate(e,tp,eg,ep,ev,re,r,rp)
if dg:IsContains(tc) then if dg:IsContains(tc) then
Duel.SendtoHand(tc,tp,REASON_EFFECT) Duel.SendtoHand(tc,tp,REASON_EFFECT)
Duel.ShuffleDeck(tp) Duel.ShuffleDeck(tp)
Duel.ConfirmCards(1-tp,tc)
else else
--氪金 --氪金
local kj=dg:Filter(Card.IsCode,nil,50501) local kj=dg:Filter(Card.IsCode,nil,50501)
...@@ -48,6 +49,7 @@ function cCardno.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -48,6 +49,7 @@ function cCardno.activate(e,tp,eg,ep,ev,re,r,rp)
if dg2:IsContains(tc) then if dg2:IsContains(tc) then
Duel.SendtoHand(tc,tp,REASON_EFFECT) Duel.SendtoHand(tc,tp,REASON_EFFECT)
Duel.ShuffleDeck(tp) Duel.ShuffleDeck(tp)
Duel.ConfirmCards(1-tp,tc)
else else
Duel.Remove(dg,POS_FACEDOWN,REASON_EFFECT) Duel.Remove(dg,POS_FACEDOWN,REASON_EFFECT)
Duel.Draw(tp,1,REASON_EFFECT) Duel.Draw(tp,1,REASON_EFFECT)
......
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