Commit 91d06409 authored by 未闻皂名's avatar 未闻皂名

2025/6/4 bug修复

parent e1cc8ea1
Pipeline #37184 passed with stages
in 10 minutes and 50 seconds
......@@ -14,6 +14,7 @@ end
--Destroy
function cm.filter(c)
return c:IsFaceup() and c:IsAttribute(ATTRIBUTE_EARTH)
and Duel.IsExistingMatchingCard(cm.exfilter,0,LOCATION_MZONE,LOCATION_MZONE,1,c,c:GetAttack())
end
function cm.exfilter(c,atk)
return c:IsFaceup() and RD.IsDefenseBelow(c,atk)
......
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