Commit df06ad63 authored by Amiya's avatar Amiya

修复

parent 2e787c34
Pipeline #40433 passed with stages
in 1 minute and 44 seconds
......@@ -38,12 +38,6 @@ end
function s.spcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_LINK)
end
function s.filter(c,e,tp,sft)
if c:IsType(TYPE_MONSTER) then return c:IsSetCard(0x2b) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEDOWN_DEFENSE)
else return c:IsSetCard(0x61) and (c:IsType(TYPE_FIELD) or sft>0)
and c:IsSSetable(true) and not c:IsCode(id) end
end
function s.setfilter(c,e,tp)
if c:IsType(TYPE_MONSTER) then
return not Duel.IsPlayerAffectedByEffect(tp,59822133)
......
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