Commit 3a58f2ca authored by woodee's avatar woodee

Merge pull request #241 from mercury233/patch-1

fix
parents c7261459 a0789d84
......@@ -45,7 +45,7 @@ function c86157908.atkop(e,tp,eg,ep,ev,re,r,rp)
if not e:GetHandler():IsRelateToEffect(e) then return end
local tc=Duel.GetFirstTarget()
local at=Duel.GetAttacker()
if at:IsFaceup() and at:IsRelateToBattle() and tc:IsFaceup() and at:IsRelateToEffect(e) then
if at:IsFaceup() and at:IsRelateToBattle() and tc:IsFaceup() then
local atk=tc:GetBaseAttack()
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_SINGLE)
......
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