Commit ffef8063 authored by wind2009's avatar wind2009

Fix ボスオンパレード

parent 5574a96c
...@@ -51,7 +51,7 @@ function s.dfilter(c,e,tp) ...@@ -51,7 +51,7 @@ function s.dfilter(c,e,tp)
and Duel.IsExistingMatchingCard(s.spfilter,tp,LOCATION_DECK,0,1,nil,e,tp,c) and Duel.IsExistingMatchingCard(s.spfilter,tp,LOCATION_DECK,0,1,nil,e,tp,c)
end end
function s.spfilter(c,e,tp,ec) function s.spfilter(c,e,tp,ec)
return c:IsAttack(1200) and c:IsDefenseBelow(1000) return c:IsAttack(1200) and c:IsDefenseBelow(1000) and c:IsAttribute(ATTRIBUTE_LIGHT) and c:IsRace(RACE_MACHINE)
and (Duel.GetMZoneCount(tp,ec)>0 and (Duel.GetMZoneCount(tp,ec)>0
and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
or Duel.GetMZoneCount(1-tp,ec)>0 or Duel.GetMZoneCount(1-tp,ec)>0
......
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