Commit 4d305c56 authored by mercury233's avatar mercury233 Committed by GitHub

fix ダイナレスラー・マーシャルアンペロ

parent 50ce2ec6
...@@ -30,7 +30,7 @@ function c54446813.btcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -30,7 +30,7 @@ function c54446813.btcon(e,tp,eg,ep,ev,re,r,rp)
if not tc then return false end if not tc then return false end
local bc=tc:GetBattleTarget() local bc=tc:GetBattleTarget()
e:SetLabelObject(tc) e:SetLabelObject(tc)
return tc:IsControler(tp) and tc:IsSetCard(0x11a) and tc~=e:GetHandler() and bc and bc:IsAttackAbove(tc) return tc:IsControler(tp) and tc:IsSetCard(0x11a) and tc~=e:GetHandler() and bc and bc:IsAttackAbove(tc:GetAttack())
end end
function c54446813.btcost(e,tp,eg,ep,ev,re,r,rp,chk) function c54446813.btcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsAbleToGraveAsCost() end if chk==0 then return e:GetHandler():IsAbleToGraveAsCost() 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