Commit 00ec554b authored by wind2009's avatar wind2009

Fix 機械仕掛けの騎士

parent 6dee75ff
Pipeline #30642 passed with stages
in 1 minute and 25 seconds
...@@ -64,7 +64,8 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -64,7 +64,8 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.spfilter(c,e,tp) function s.spfilter(c,e,tp)
return c:IsAttackBelow(1000) and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP_DEFENSE) return c:IsAttackBelow(1000) and c:IsRace(RACE_MACHINE)
and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP_DEFENSE)
end end
function s.rspfilter(c,tp) function s.rspfilter(c,tp)
return c:IsRace(RACE_MACHINE) and c:IsReleasableByEffect() return c:IsRace(RACE_MACHINE) and c:IsReleasableByEffect()
......
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