Commit eb091ffa authored by mercury233's avatar mercury233 Committed by GitHub

fix 拷問車輪

parent e4f4b10d
...@@ -76,7 +76,7 @@ function c54704216.descon(e,tp,eg,ep,ev,re,r,rp) ...@@ -76,7 +76,7 @@ function c54704216.descon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if c:IsStatus(STATUS_DESTROY_CONFIRMED) then return false end if c:IsStatus(STATUS_DESTROY_CONFIRMED) then return false end
local tc=c:GetFirstCardTarget() local tc=c:GetFirstCardTarget()
return tc and eg:IsContains(tc) and tc:IsReason(REASON_DESTROY) return tc and eg:IsContains(tc)
end end
function c54704216.desop(e,tp,eg,ep,ev,re,r,rp) function c54704216.desop(e,tp,eg,ep,ev,re,r,rp)
Duel.Destroy(e:GetHandler(),REASON_EFFECT) Duel.Destroy(e:GetHandler(),REASON_EFFECT)
......
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