Commit 2f126f94 authored by 未闻皂名's avatar 未闻皂名

bug修复

parent f9634c01
Pipeline #34541 passed with stages
in 14 minutes and 13 seconds
...@@ -37,7 +37,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -37,7 +37,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
if RD.ChangePosition(g,e,tp,REASON_EFFECT,POS_FACEDOWN_DEFENSE)~=0 if RD.ChangePosition(g,e,tp,REASON_EFFECT,POS_FACEDOWN_DEFENSE)~=0
and Duel.IsExistingMatchingCard(cm.exfilter,tp,LOCATION_MZONE,0,1,nil) and Duel.IsExistingMatchingCard(cm.exfilter,tp,LOCATION_MZONE,0,1,nil)
and Duel.SelectEffectYesNo(tp,g:GetFirst(),aux.Stringid(m,1)) then and Duel.SelectEffectYesNo(tp,g:GetFirst(),aux.Stringid(m,1)) then
Duel.Destroy(sg,REASON_EFFECT) Duel.Destroy(g,REASON_EFFECT)
end end
end) end)
end 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