Commit 891fec65 authored by wind2009's avatar wind2009

Fix cdb

parent 396cd5a7
Pipeline #43579 passed with stages
in 2 minutes and 49 seconds
No preview for this file type
No preview for this file type
...@@ -5,7 +5,9 @@ ...@@ -5,7 +5,9 @@
101305004 101305004
101305027 101305027
101305028 101305028
101305042
101305044 101305044
101305045 101305045
101305046 101305046
101305065 101305065
\ No newline at end of file 101305076
\ No newline at end of file
#created by ygomobile #created by ygomobile
100200284 100200284
100258001 100258001
100258002 100258002
\ No newline at end of file 100200288
100260001
\ No newline at end of file
...@@ -71,8 +71,8 @@ function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -71,8 +71,8 @@ function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:IsCostChecked() if chk==0 then return e:IsCostChecked()
and (Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_DECK,0,1,nil) and (Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_DECK,0,1,nil)
or (Duel.GetLocationCount(tp,LOCATION_MZONE)>0 or (Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.IsExistingMatchingCard(s.spfilter1,tp,LOCATION_HAND+LOCATION_GRAVE,0,1,nil,e,tp) and (Duel.IsExistingMatchingCard(s.spfilter1,tp,LOCATION_HAND+LOCATION_GRAVE,0,1,nil,e,tp)
or Duel.IsExistingMatchingCard(s.spfilter2,tp,LOCATION_HAND+LOCATION_GRAVE,0,1,nil,e,tp))) end or Duel.IsExistingMatchingCard(s.spfilter2,tp,LOCATION_HAND+LOCATION_GRAVE,0,1,nil,e,tp)))) end
local op=e:GetLabel() local op=e:GetLabel()
if op==3 then if op==3 then
if e:IsCostChecked() then if e:IsCostChecked() then
......
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