Commit bc620d9d authored by sidschingis's avatar sidschingis

fix

c21954587 can no longer activate the Effect if the Player cannot conduct
their Battle Phase
parent 4f913bc2
......@@ -70,6 +70,7 @@ function c21954587.thop(e,tp,eg,ep,ev,re,r,rp)
end
function c21954587.atkcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnCount()~=1 and Duel.GetCurrentPhase()==PHASE_MAIN1
and not Duel.IsPlayerAffectedByEffect(tp,EFFECT_CANNOT_BP)
end
function c21954587.rfilter(c)
return c:IsPosition(POS_FACEUP_ATTACK) and c:IsAttribute(ATTRIBUTE_WATER)
......
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