Commit 0139bc9f authored by 独孤朲's avatar 独孤朲

Merge pull request #59 from Lsty/patch-3

Update c75195825.lua
parents b5f8e244 1cca3754
...@@ -30,6 +30,7 @@ function c75195825.sctg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -30,6 +30,7 @@ function c75195825.sctg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel.SetOperationInfo(0,CATEGORY_DESTROY,g,1,0,0) Duel.SetOperationInfo(0,CATEGORY_DESTROY,g,1,0,0)
end end
function c75195825.scop(e,tp,eg,ep,ev,re,r,rp) function c75195825.scop(e,tp,eg,ep,ev,re,r,rp)
if not e:GetHandler():IsRelateToEffect(e) then return end
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) then
Duel.Destroy(tc,REASON_EFFECT) Duel.Destroy(tc,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