Commit 6e68ba9c authored by wind2009's avatar wind2009 Committed by nanahira

Fix for Three Trolling Trolls (#1138)

parent 801e4efa
...@@ -73,7 +73,7 @@ function c43464884.cgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -73,7 +73,7 @@ function c43464884.cgop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c43464884.spfilter(c,e,tp,mc) function c43464884.spfilter(c,e,tp,mc)
return c:IsLevel(mc:GetLevel()) and c:IsRace(mc:GetRace()) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsLevel(mc:GetLevel()) and c:IsRace(RACE_BEASTWARRIOR) and c:IsAttribute(mc:GetAttribute()) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function c43464884.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c43464884.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>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