Commit aa4eb478 authored by Nemo Ma's avatar Nemo Ma

fix

parent 9a7443d9
......@@ -65,7 +65,7 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function cm.thfilter2(c)
return c:IsSetCard(0x9344,0x6340) and c:IsAbleToHand()
return c:IsSetCard(0x9344) and c:IsAbleToHand()
end
function cm.thtg2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.thfilter2,tp,LOCATION_DECK,0,1,nil) end
......
......@@ -62,8 +62,8 @@ function cm.damop1(e,tp,eg,ep,ev,re,r,rp)
if seq==3 then flag=flag|(aux.SequenceToGlobal(p,LOCATION_MZONE,6)) end
end
else
if seq==5 then flag=flag|(aux.SequenceToGlobal(p,LOCATION_MZONE,1))
if seq==6 then flag=flag|(aux.SequenceToGlobal(p,LOCATION_MZONE,3))
if seq==5 then flag=flag|(aux.SequenceToGlobal(p,LOCATION_MZONE,1)) end
if seq==6 then flag=flag|(aux.SequenceToGlobal(p,LOCATION_MZONE,3)) end
else toGrave=true
end
elseif tc:IsLocation(LOCATION_SZONE) 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