Commit 4434a365 authored by nekrozar's avatar nekrozar

fix

parent 2796777e
...@@ -19,7 +19,8 @@ function c95507060.filter(c) ...@@ -19,7 +19,8 @@ function c95507060.filter(c)
return c:IsFaceup() and c:IsRace(RACE_PLANT) return c:IsFaceup() and c:IsRace(RACE_PLANT)
end end
function c95507060.target(e,tp,eg,ep,ev,re,r,rp,chk) function c95507060.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c95507060.filter,tp,LOCATION_MZONE,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c95507060.filter,tp,LOCATION_MZONE,0,1,nil)
and Duel.IsExistingMatchingCard(Card.IsRace,tp,LOCATION_GRAVE,0,1,nil,RACE_PLANT) end
end end
function c95507060.activate(e,tp,eg,ep,ev,re,r,rp) function c95507060.activate(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(c95507060.filter,tp,LOCATION_MZONE,0,nil) local g=Duel.GetMatchingGroup(c95507060.filter,tp,LOCATION_MZONE,0,nil)
......
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