Commit e6ce7212 authored by Amiya's avatar Amiya

修复

parent 24bf36cb
Pipeline #34684 passed with stages
in 1 minute and 42 seconds
...@@ -33,9 +33,8 @@ function s.matfilter(c) ...@@ -33,9 +33,8 @@ function s.matfilter(c)
return c:IsLinkSetCard(0x1115) return c:IsLinkSetCard(0x1115)
end end
function s.chcon(e,tp,eg,ep,ev,re,r,rp) function s.chcon(e,tp,eg,ep,ev,re,r,rp)
return rp==1-tp and re:IsActiveType(TYPE_MONSTER) local p,loc,atk=Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_PLAYER,CHAININFO_TRIGGERING_LOCATION,CHAININFO_TRIGGERING_ATTACK)
and re:GetHandler():IsLocation(LOCATION_ONFIELD) return p==1-tp and (LOCATION_ONFIELD)&loc~=0 and re:IsActiveType(TYPE_MONSTER) and atk>=2000
and re:GetHandler():IsAttackAbove(2000)
end end
function s.desfilter(c) function s.desfilter(c)
return c:IsFaceup() and c:IsSetCard(0x1115) return c:IsFaceup() and c:IsSetCard(0x1115)
......
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