Commit 85678fa5 authored by salix5's avatar salix5

fix ダブル・アップ・チャンス

この効果でそのモンスターが攻撃するダメージステップの間
parent 8e7f3d2c
......@@ -40,7 +40,7 @@ end
function c94770493.atkcon(e)
local ph=Duel.GetCurrentPhase()
if (ph==PHASE_DAMAGE or ph==PHASE_DAMAGE_CAL) and Duel.GetAttacker()==e:GetHandler() then
e:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_DAMAGE_CAL+PHASE_BATTLE)
e:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_DAMAGE+PHASE_BATTLE)
return true
end
return false
......
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