Commit 2ca0be04 authored by TanakaKotoha's avatar TanakaKotoha

field1

parent b76f30d3
...@@ -62,7 +62,7 @@ function c81000005.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -62,7 +62,7 @@ function c81000005.thop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
local g2=Duel.GetMatchingGroup(c81000005.spfilter,tp,LOCATION_HAND,0,nil,e,tp) local g2=Duel.GetMatchingGroup(c81000005.spfilter,tp,LOCATION_HAND,0,nil,e,tp)
if res and Duel.GetFieldGroupCount(tp,LOCATION_MZONE,0)>0 if res and g2:GetCount()>0 and Duel.GetFieldGroupCount(tp,LOCATION_MZONE,0)>0
and not Duel.IsExistingMatchingCard(c81000005.cfilter,tp,LOCATION_MZONE,0,1,nil) and Duel.SelectYesNo(tp,aux.Stringid(81000005,2)) then and not Duel.IsExistingMatchingCard(c81000005.cfilter,tp,LOCATION_MZONE,0,1,nil) and Duel.SelectYesNo(tp,aux.Stringid(81000005,2)) then
Duel.BreakEffect() Duel.BreakEffect()
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) 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