Commit 9a35cfa9 authored by woodee's avatar woodee

fix

parent dcd2d4f1
......@@ -14,7 +14,7 @@ function c91754175.initial_effect(c)
c:RegisterEffect(e1)
end
function c91754175.condition(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetBattleTarget()~=nil
return e:GetHandler():GetBattleTarget()
end
function c91754175.tgfilter(c)
return c:IsRace(RACE_BEAST+RACE_BEASTWARRIOR+RACE_WINDBEAST) and c:IsAbleToGrave()
......
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