Commit 875bf998 authored by salix5's avatar salix5

fix 聖蔓の守護者

parent 05f131b8
...@@ -52,7 +52,7 @@ function c28168762.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -52,7 +52,7 @@ function c28168762.desop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c28168762.filter(c,ec) function c28168762.filter(c,ec)
return c:IsFaceup() and c:IsSetCard(0x2158) and c:IsType(TYPE_LINK) and c:GetLinkedGroup():IsContains(ec) return c:IsFaceup() and c:IsSetCard(0x2158) and c:IsType(TYPE_LINK) and (c:GetLinkedGroup():IsContains(ec) or ec:GetLinkedGroup():IsContains(c))
end end
function c28168762.dmcon(e,tp,eg,ep,ev,re,r,rp) function c28168762.dmcon(e,tp,eg,ep,ev,re,r,rp)
local a,d=Duel.GetBattleMonster(tp) local a,d=Duel.GetBattleMonster(tp)
......
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