Commit bfd143af authored by Nemo Ma's avatar Nemo Ma

fix

parent abd3356d
...@@ -26,10 +26,10 @@ function c21170004.initial_effect(c) ...@@ -26,10 +26,10 @@ function c21170004.initial_effect(c)
end end
function c21170004.tg(e,tp,eg,ep,ev,re,r,rp,chk) function c21170004.tg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true end
Duel.SetOperationInfo(0,CATEGORY_DAMAGE,nil,0,1-tp,500) Duel.SetOperationInfo(0,CATEGORY_DAMAGE,nil,0,1-tp,0)
end end
function c21170004.op(e,tp,eg,ep,ev,re,r,rp) function c21170004.op(e,tp,eg,ep,ev,re,r,rp)
Duel.Damage(1-tp,550,REASON_EFFECT) Duel.Damage(1-tp,0,REASON_EFFECT)
end end
function c21170004.con2(e) function c21170004.con2(e)
return e:GetHandler():IsSetCard(0x6917) return e:GetHandler():IsSetCard(0x6917)
......
...@@ -119,7 +119,7 @@ function cm.SynMixTarget(f1,f2,f3,f4,minc,maxc,gc) ...@@ -119,7 +119,7 @@ function cm.SynMixTarget(f1,f2,f3,f4,minc,maxc,gc)
mg2=mg2:Filter(f4,g,c) mg2=mg2:Filter(f4,g,c)
local cg=mg2:Filter(cm.SynMixCheckRecursive,g4,tp,g4,mg2,i,minc,maxc,c,g,smat,gc,mgchk) local cg=mg2:Filter(cm.SynMixCheckRecursive,g4,tp,g4,mg2,i,minc,maxc,c,g,smat,gc,mgchk)
--if cg:GetCount()==0 then break end --if cg:GetCount()==0 then break end
local minct=1 local minct=2
if g4:GetCount()~=0 then minct=0 end if g4:GetCount()~=0 then minct=0 end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SMATERIAL) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SMATERIAL)
local tg=cg:Select(tp,minct,99,nil) local tg=cg:Select(tp,minct,99,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