Commit e0877cd4 authored by wind2009's avatar wind2009

Fix 創世の神 デウテロノミオン

parent 5c46b6c7
...@@ -44,7 +44,8 @@ function s.initial_effect(c) ...@@ -44,7 +44,8 @@ function s.initial_effect(c)
c:RegisterEffect(e5) c:RegisterEffect(e5)
end end
function s.spfilter(c,tp) function s.spfilter(c,tp)
return c:IsFaceup() and c:GetBaseAttack()==2500 and c:GetBaseDefense()==2500 and c:IsAbleToRemoveAsCost() and Duel.GetMZoneCount(tp,c)>0 return c:IsFaceup() and c:GetBaseAttack()==2500 and c:GetBaseDefense()==2500 and c:IsAbleToRemoveAsCost()
and c:IsAbleToRemove(tp,POS_FACEUP,REASON_SPSUMMON) and Duel.GetMZoneCount(tp,c)>0
end end
function s.spcon(e,c) function s.spcon(e,c)
if c==nil then return true end if c==nil then return true 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