Commit 6acdd5ca authored by nanahira's avatar nanahira

fix

parent b0846a25
...@@ -262,9 +262,13 @@ oneTimeSkill(13171876, function(e,tp,eg,ep,ev,re,r,rp) ...@@ -262,9 +262,13 @@ oneTimeSkill(13171876, function(e,tp,eg,ep,ev,re,r,rp)
e1:SetCountLimit(1) e1:SetCountLimit(1)
e1:SetOperation(c13171876_op) e1:SetOperation(c13171876_op)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
Duel.SendtoDeck(tc,nil,0,REASON_RULE)
end end
Duel.SendtoDeck(Duel.GetFieldGroup(1-tp,LOCATION_HAND,0),nil,2,REASON_RULE) local hg=Duel.GetFieldGroup(1-tp,LOCATION_HAND,0)
Duel.Draw(1-tp,5,REASON_RULE) local startCount=#hg
Duel.SendtoDeck(hg,nil,0,REASON_RULE)
Duel.ShuffleDeck()
Duel.Draw(1-tp,startCount,REASON_RULE)
end) end)
function c13171876_op(e,tp,eg,ep,ev,re,r,rp) function c13171876_op(e,tp,eg,ep,ev,re,r,rp)
......
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