Commit fbe61f39 authored by mercury233's avatar mercury233 Committed by DailyShana

fix typo (#577)

parent ed765b2b
......@@ -36,7 +36,7 @@ function c16691074.spfilter1(c,e,tp)
end
function c16691074.atkop(e,tp,eg,ep,ev,re,r,rp)
if Duel.NegateAttack() then
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return end
local g1=Duel.GetMatchingGroup(c16691074.spfilter1,tp,LOCATION_HAND+LOCATION_GRAVE,0,nil,e,tp)
if g1:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(16691074,2)) then
Duel.BreakEffect()
......
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