Commit aa9fc5e7 authored by jwyxym's avatar jwyxym Committed by GitHub

fix c97520532.lua (#2728)

* fix

* Update c97520532.lua
parent cb2fab5b
......@@ -50,7 +50,7 @@ function c97520532.thop(e,tp,eg,ep,ev,re,r,rp)
end
end
local g2=Duel.GetMatchingGroup(c97520532.spfilter,tp,LOCATION_HAND,0,nil,e,tp)
if res and Duel.GetFieldGroupCount(tp,LOCATION_MZONE,0)>0
if res and Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and not Duel.IsExistingMatchingCard(c97520532.cfilter,tp,LOCATION_MZONE,0,1,nil) and Duel.SelectYesNo(tp,aux.Stringid(97520532,2)) then
Duel.BreakEffect()
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
......
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