Commit f2fc467d authored by 独孤朲's avatar 独孤朲

fix

deck top
parent 57598a08
......@@ -68,10 +68,10 @@ function c62312469.stop(e,tp,eg,ep,ev,re,r,rp)
local g3=Duel.SelectMatchingCard(tp,Card.IsAttribute,tp,LOCATION_DECK,0,1,1,nil,ATTRIBUTE_FIRE)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TARGET)
local g4=Duel.SelectMatchingCard(tp,Card.IsAttribute,tp,LOCATION_DECK,0,1,1,nil,ATTRIBUTE_WIND)
Duel.MoveSequence(g1:GetFirst(),1)
Duel.MoveSequence(g2:GetFirst(),1)
Duel.MoveSequence(g3:GetFirst(),1)
Duel.MoveSequence(g4:GetFirst(),1)
Duel.MoveSequence(g1:GetFirst(),0)
Duel.MoveSequence(g2:GetFirst(),0)
Duel.MoveSequence(g3:GetFirst(),0)
Duel.MoveSequence(g4:GetFirst(),0)
Duel.SortDecktop(tp,tp,4)
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