Commit 84b84812 authored by mercury233's avatar mercury233 Committed by GitHub

fix 六芒星の呪縛

parent e9c1f0b3
...@@ -45,8 +45,8 @@ end ...@@ -45,8 +45,8 @@ end
function c18807108.descon(e,tp,eg,ep,ev,re,r,rp) function c18807108.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=e:GetLabelObject() local tc=e:GetHandler():GetFirstCardTarget()
return tc and eg:IsContains(tc) and tc:IsReason(REASON_DESTROY) and c:IsRelateToCard(tc) return tc and eg:IsContains(tc) and tc:IsReason(REASON_DESTROY)
end end
function c18807108.desop(e,tp,eg,ep,ev,re,r,rp) function c18807108.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