Commit 2df2f359 authored by salix5's avatar salix5

fix トイ・パレード

Duel.ChainAttack()
Give the attack monster the chance to "make a second attack in a row".
The player can choose whether attack or not.
parent f979ef6b
......@@ -60,9 +60,7 @@ function c92607427.atkcon(e,tp,eg,ep,ev,re,r,rp)
return aux.bdgcon(e,tp,eg,ep,ev,re,r,rp) and e:GetHandler():IsChainAttackable(0)
end
function c92607427.atkop(e,tp,eg,ep,ev,re,r,rp)
if Duel.SelectEffectYesNo(tp,e:GetHandler(),aux.Stringid(92607427,2)) then
Duel.ChainAttack()
end
end
function c92607427.cfilter(c)
return c:IsFaceup() and c:IsRace(RACE_FAIRY)
......
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