Commit a569b137 authored by 未闻皂名's avatar 未闻皂名

2023/10/24 新增:地狱河童 滑河短跑者,种植妖精

parent b493c316
Pipeline #23839 passed with stages
in 8 minutes and 11 seconds
......@@ -26,7 +26,7 @@ function cm.thfilter(c)
return ((c:IsLevelBelow(6) and c:IsType(TYPE_NORMAL)) or c:IsCode(list[1])) and c:IsAbleToHand()
end
function cm.spfilter(c,e,tp)
return c:IsAttribute(ATTRIBUTE_EARTH) c:IsRace(RACE_PLANT) and RD.IsCanBeSpecialSummoned(c,e,tp,POS_FACEUP)
return c:IsAttribute(ATTRIBUTE_EARTH) and c:IsRace(RACE_PLANT) and RD.IsCanBeSpecialSummoned(c,e,tp,POS_FACEUP)
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(cm.confilter1,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil,tp)
......
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