Commit f2528e3d authored by Grajade's avatar Grajade

Update c1111025.lua

parent c6c1f5a5
Pipeline #5231 failed with stages
in 11 minutes and 9 seconds
......@@ -24,7 +24,7 @@ function c1111025.tg1(e,tp,eg,ep,ev,re,r,rp,chk)
end
--
function c1111025.ofilter1(c,e,tp)
return c:IsType(TYPE_MONSTER) and c:IsAttribute(ATTRIBUTE_DARK) and c:IsType(TYPE_TUNER) and c:IsLevel(3) and (c:IsAbleToHand() or (c:IsCanBeSpecialSummoned(e,0,tp,false,false) and Duel.GetMZoneCount(tp)>0))
return c:IsType(TYPE_MONSTER) and c:IsRace(RACE_FAIRY) and c:IsAttribute(ATTRIBUTE_DARK) and c:IsType(TYPE_TUNER) and c:IsLevel(3) and (c:IsAbleToHand() or (c:IsCanBeSpecialSummoned(e,0,tp,false,false) and Duel.GetMZoneCount(tp)>0))
end
function c1111025.tgcheck1(g)
return g:GetClassCount(Card.GetCode)==#g
......
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