Commit 45d5e0a7 authored by salix5's avatar salix5
parent e8422b28
......@@ -39,8 +39,7 @@ function c64268668.atktg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function c64268668.atkop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) and tc:IsFaceup() then
Duel.NegateAttack()
if tc:IsRelateToEffect(e) and tc:IsFaceup() and Duel.NegateAttack() then
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_ATTACK)
......
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