Commit e9f0fa1c authored by Amiya's avatar Amiya

修复

parent 1de14aa5
Pipeline #40595 passed with stages
in 1 minute and 59 seconds
...@@ -91,10 +91,9 @@ function s.eacon(e,tp,eg,ep,ev,re,r,rp) ...@@ -91,10 +91,9 @@ function s.eacon(e,tp,eg,ep,ev,re,r,rp)
and e:GetHandler():GetReasonCard():IsSetCard(0x100d) and e:GetHandler():GetReasonCard():IsSetCard(0x100d)
and Duel.IsAbleToEnterBP() and Duel.IsAbleToEnterBP()
end end
function s.eatg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.eatg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
local sc=c:GetReasonCard() local sc=c:GetReasonCard()
if chkc then return chkc:IsLocation(LOCATION_MZONE) and s.desfilter(chkc,atk) end
if chk==0 then return sc:GetMaterial():IsContains(c) and sc:IsSummonType(SUMMON_TYPE_SYNCHRO) end if chk==0 then return sc:GetMaterial():IsContains(c) and sc:IsSummonType(SUMMON_TYPE_SYNCHRO) end
Duel.SetTargetCard(sc) Duel.SetTargetCard(sc)
end end
......
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