Commit adebbdae authored by Chen Bill's avatar Chen Bill

fix FA-ブラック・レイ・ランサー

parent 9a662487
...@@ -59,7 +59,7 @@ function c25853045.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -59,7 +59,7 @@ function c25853045.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end end
function c25853045.desop(e,tp,eg,ep,ev,re,r,rp) function c25853045.desop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) and tc:IsControler(1-tp) 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