Commit 8249a716 authored by mallu11's avatar mallu11 Committed by GitHub

fix 零氷の魔妖-雪女 (#1395)

parent 7aa70bfc
...@@ -41,7 +41,9 @@ function c2645637.spfilter(c) ...@@ -41,7 +41,9 @@ function c2645637.spfilter(c)
return c:GetSummonLocation()==LOCATION_GRAVE return c:GetSummonLocation()==LOCATION_GRAVE
end end
function c2645637.atkcon2(e,tp,eg,ep,ev,re,r,rp) function c2645637.atkcon2(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c2645637.spfilter,1,nil) and not eg:IsContains(e:GetHandler()) return eg:IsExists(c2645637.spfilter,1,nil) and not eg:IsContains(e:GetHandler())
and not (re and re:IsActivated() and re:IsActiveType(TYPE_MONSTER)
and Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_LOCATION)==LOCATION_GRAVE)
end end
function c2645637.atkfilter(c) function c2645637.atkfilter(c)
return c:IsFaceup() and c:GetAttack()>0 return c:IsFaceup() and c:GetAttack()>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