Commit 5c050377 authored by salix5's avatar salix5

fix No.36 先史遺産-超機関フォーク=ヒューク, アームド・ドラゴン LV5

parent 1bfcf8ba
......@@ -63,7 +63,7 @@ function c46384672.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function c46384672.desop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if tc:IsFaceup() and tc:IsRelateToEffect(e) and tc:GetAttack()<=e:GetLabel() then
if tc:IsFaceup() and tc:IsRelateToEffect(e) and tc:GetAttack()<=e:GetLabel() and tc::IsControler(1-tp) then
Duel.Destroy(tc,REASON_EFFECT)
end
end
......
......@@ -72,7 +72,7 @@ function c50260683.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function c50260683.desop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if tc:IsFaceup() and tc:IsRelateToEffect(e) and not tc:IsAttack(tc:GetBaseAttack()) then
if tc:IsRelateToEffect(e) and c50260683.filter2(tc) and tc:IsControler(1-tp) then
Duel.Destroy(tc,REASON_EFFECT)
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