Commit e27e0ac1 authored by 未闻皂名's avatar 未闻皂名

2025/7/25 bug修复

parent 65cc3753
Pipeline #39523 passed with stages
in 8 minutes and 46 seconds
......@@ -21,8 +21,8 @@ end
function cm.exfilter(c)
return cm.filter(c) and c:IsCanBeFusionMaterial() and c:IsAbleToDeck()
end
function cm.check(g)
return g:IsExists(Card.IsOnField,1,nil) and g:IsExists(Card.IsLocation,1,nil,LOCATION_GRAVE)
function cm.check(tp,sg,fc)
return sg:IsExists(Card.IsOnField,1,nil) and sg:IsExists(Card.IsLocation,1,nil,LOCATION_GRAVE)
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(Card.IsAttackPos,tp,0,LOCATION_MZONE,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