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 @@
101305004
101305027
101305028
101305042
101305044
101305045
101305046
101305065
101305076
\ No newline at end of file
......@@ -2,3 +2,5 @@
100200284
100258001
100258002
100200288
100260001
\ No newline at end of file
......@@ -71,8 +71,8 @@ function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:IsCostChecked()
and (Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_DECK,0,1,nil)
or (Duel.GetLocationCount(tp,LOCATION_MZONE)>0
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
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
local op=e:GetLabel()
if op==3 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