Commit a01b6333 authored by wyykak's avatar wyykak

fix 13001006

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 64d618d8
Pipeline #12039 passed with stage
in 1 minute and 17 seconds
......@@ -78,8 +78,7 @@ end
function cm.thop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then
Duel.SendtoDeck(tc,nil,2,REASON_EFFECT)
Duel.ShuffleDeck(tp)
Duel.SendtoHand(tc,tp,REASON_EFFECT)
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