Commit 28b4ac00 authored by 未闻皂名's avatar 未闻皂名

2024/12/2 bug修复

parent 12687dd3
Pipeline #31518 passed with stages
in 8 minutes and 43 seconds
......@@ -41,6 +41,6 @@ function cm.condition1(e,tp,eg,ep,ev,re,r,rp)
and Duel.IsExistingMatchingCard(cm.confilter,tp,LOCATION_GRAVE,0,1,nil)
end
function cm.condition2(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()==1-tp and eg:IsExists(cm.confilter,1,nil,1-tp)
return Duel.GetTurnPlayer()==1-tp and eg:IsExists(Card.IsSummonPlayer,1,nil,1-tp)
and Duel.IsExistingMatchingCard(cm.confilter,tp,LOCATION_GRAVE,0,1,nil)
end
\ No newline at end of file
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