Commit 97cabcd5 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 8f69622b
...@@ -30,7 +30,7 @@ function c11390349.val(e,c) ...@@ -30,7 +30,7 @@ function c11390349.val(e,c)
return Duel.GetMatchingGroupCount(c11390349.vfilter,e:GetOwnerPlayer(),LOCATION_MZONE,0,nil)*-300 return Duel.GetMatchingGroupCount(c11390349.vfilter,e:GetOwnerPlayer(),LOCATION_MZONE,0,nil)*-300
end end
function c11390349.filter(c) function c11390349.filter(c)
return c:IsFaceup() and c:GetDefense()==0 and c:IsDefenseAbove(0) and c:IsControlerCanBeChanged() return c:IsFaceup() and c:IsDefenseBelow(0) and c:IsControlerCanBeChanged()
end end
function c11390349.ctltg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c11390349.ctltg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(1-tp) and c11390349.filter(chkc) end if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(1-tp) and c11390349.filter(chkc) end
......
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