Commit 0a00cca8 authored by DailyShana's avatar DailyShana

fix 闇味鍋パーティー

parent f073fd14
...@@ -61,7 +61,7 @@ end ...@@ -61,7 +61,7 @@ end
function c24181936.atkcon2(e) function c24181936.atkcon2(e)
local tc=e:GetLabelObject() local tc=e:GetLabelObject()
return Duel.GetCurrentPhase()==PHASE_DAMAGE_CAL return Duel.GetCurrentPhase()==PHASE_DAMAGE_CAL
and tc:GetFlagEffect(24181936)~=0 and Duel.GetAttacker()==tc and tc:GetFlagEffect(24181936)~=0 and Duel.GetAttacker()==tc and Duel.GetAttackTarget()~=nil
end end
function c24181936.atktg(e,c) function c24181936.atktg(e,c)
return c==Duel.GetAttacker() return c==Duel.GetAttacker()
......
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