Commit dcb5a1af authored by Amiya's avatar Amiya

修复

parent f5f9974c
Pipeline #33028 passed with stages
in 1 minute and 52 seconds
......@@ -32,7 +32,7 @@ function s.initial_effect(c)
c:RegisterEffect(e2)
end
function s.descon(e,tp,eg,ep,ev,re,r,rp)
return re:GetHandler():IsSetCard(0x2c7)
return re:GetHandler():IsSetCard(0x2c7) and rp==1-tp
end
function s.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsOnField() and chkc:IsControler(1-tp) end
......
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