Commit 72df8ded authored by wind2009's avatar wind2009

Add new cards

parent 6a5d4798
Pipeline #42687 failed with stages
in 3 minutes and 46 seconds
No preview for this file type
#created by ygomobile
101303081
101303082
101303083
101303084
101303085
101303086
101303087
101303088
101303089
101303090
101303091
......
......@@ -58,7 +58,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
if seq2<seq1 then seq1=seq2 end
Duel.ConfirmDecktop(tp,dcount-seq1)
Duel.SetLP(tp,Duel.GetLP(tp)-(dcount-seq1)*400)
local mg=Duel.GetDecktopGroup(tp,dcount-seq1)
local mg=Duel.GetDecktopGroup(tp,dcount-seq1):Filter(Card.IsType,nil,TYPE_MONSTER)
local chkf=tp
local sg1=Duel.GetMatchingGroup(s.filter2,tp,LOCATION_EXTRA,0,nil,e,tp,mg,nil,chkf)
local mg2=nil
......
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