Commit 5ed567e7 authored by Nemo Ma's avatar Nemo Ma

fix

parent 3909df14
...@@ -858,6 +858,11 @@ ...@@ -858,6 +858,11 @@
30015045 0 30015045 0
30015080 0 30015080 0
30015100 0 30015100 0
#220904
20220723 0
40009481 0
60001121 0
60002085 0
#220828 #220828
89390000 0 89390000 0
89390001 0 89390001 0
...@@ -951,7 +956,6 @@ ...@@ -951,7 +956,6 @@
81011002 0 81011002 0
30000480 0 30000480 0
60150802 0 60150802 0
76029002 0
12023935 0 12023935 0
29002021 0 29002021 0
29065506 0 29065506 0
......
...@@ -113,7 +113,7 @@ function cm.atkval(e,c) ...@@ -113,7 +113,7 @@ function cm.atkval(e,c)
return g:GetSum(Card.GetBaseAttack) return g:GetSum(Card.GetBaseAttack)
end end
function cm.dacon(e) function cm.dacon(e)
return Duel.IsExistingMatchingCard(Card.IsFacedown,e:GetHandlerPlayer(),0,LOCATION_MZONE,1,nil) return not Duel.IsExistingMatchingCard(Card.IsFaceup,e:GetHandlerPlayer(),0,LOCATION_MZONE,1,nil)
end end
function cm.datg(e,c) function cm.datg(e,c)
return cm.linkjoker(c) or cm.Reverse(c) return cm.linkjoker(c) or cm.Reverse(c)
......
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