Commit 7ac481da authored by mercury233's avatar mercury233 Committed by GitHub

fix 烏合無象

parent 2c6b64c5
...@@ -13,9 +13,9 @@ function c50619462.initial_effect(c) ...@@ -13,9 +13,9 @@ function c50619462.initial_effect(c)
end end
function c50619462.cfilter(c,e,tp) function c50619462.cfilter(c,e,tp)
local race=c:GetOriginalRace() local race=c:GetOriginalRace()
return c:IsFaceup() and (race==RACE_WINDBEAST or race==RACE_BEAST return c:IsFaceup() and c:IsAbleToGraveAsCost()
or race==RACE_BEASTWARRIOR) and c:IsAbleToGraveAsCost() and (race==RACE_WINDBEAST or race==RACE_BEAST or race==RACE_BEASTWARRIOR)
and Duel.IsExistingMatchingCard(c50619462.spfilter,tp,LOCATION_EXTRA,0,1,nil,e,tp,race,e:GetHandler()) and Duel.IsExistingMatchingCard(c50619462.spfilter,tp,LOCATION_EXTRA,0,1,nil,e,tp,race,c)
end end
function c50619462.spfilter(c,e,tp,race,mc) function c50619462.spfilter(c,e,tp,race,mc)
return c:GetOriginalRace()==race and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and Duel.GetLocationCountFromEx(tp,tp,mc,c)>0 return c:GetOriginalRace()==race and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and Duel.GetLocationCountFromEx(tp,tp,mc,c)>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