Commit 23ec987f authored by salix5's avatar salix5

fix E・HERO プラズマヴァイスマン

parent 5fb87921
...@@ -44,7 +44,7 @@ function c60493189.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -44,7 +44,7 @@ function c60493189.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end end
function c60493189.desop(e,tp,eg,ep,ev,re,r,rp) function c60493189.desop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc and tc:IsAttackPos() and tc:IsRelateToEffect(e) then if tc and tc:IsAttackPos() and tc:IsControler(1-tp) and tc:IsRelateToEffect(e) then
Duel.Destroy(tc,REASON_EFFECT) Duel.Destroy(tc,REASON_EFFECT)
end end
end 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