Commit 81ac1de3 authored by wind2009's avatar wind2009

Fix Mimighoul Dungeon

parent 49f0248f
...@@ -75,7 +75,7 @@ function s.atkval(e,c) ...@@ -75,7 +75,7 @@ function s.atkval(e,c)
return c:GetBaseDefense() return c:GetBaseDefense()
end end
function s.atktarget(e,c) function s.atktarget(e,c)
return c:GetFlagEffect(id+1)>0 return c:GetFlagEffect(id+1)>0 and Duel.IsExistingMatchingCard(Card.IsFacedown,c:GetControler(),LOCATION_MZONE,0,1,nil)
end end
function s.effcon1(e,tp,eg,ep,ev,re,r,rp) function s.effcon1(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(Card.IsFacedown,tp,LOCATION_MZONE,0,1,nil) return Duel.IsExistingMatchingCard(Card.IsFacedown,tp,LOCATION_MZONE,0,1,nil)
......
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