Commit 096b7f7f authored by Amiya's avatar Amiya

修复

parent 0180af24
Pipeline #40530 passed with stages
in 1 minute and 48 seconds
...@@ -21,7 +21,7 @@ function s.condition(e,tp,eg,ep,ev,re,r,rp) ...@@ -21,7 +21,7 @@ function s.condition(e,tp,eg,ep,ev,re,r,rp)
and rp==1-tp and rp==1-tp
end end
function s.target(e,tp,eg,ep,ev,re,r,rp,chk) function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return aux.ndcon(tp,re) end if chk==0 then return true end
Duel.SetOperationInfo(0,CATEGORY_NEGATE,eg,1,0,0) Duel.SetOperationInfo(0,CATEGORY_NEGATE,eg,1,0,0)
if re:GetHandler():IsRelateToEffect(re) then if re:GetHandler():IsRelateToEffect(re) then
Duel.SetOperationInfo(0,CATEGORY_DESTROY,eg,1,0,0) Duel.SetOperationInfo(0,CATEGORY_DESTROY,eg,1,0,0)
......
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