We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac9e19 commit d052956Copy full SHA for d052956
skill/c300304002.lua
@@ -19,7 +19,7 @@ function s.flipcon(e,tp,eg,ep,ev,re,r,rp)
19
local g1=Duel.GetFieldGroup(tp,LOCATION_MZONE,0)
20
local g2=Duel.GetFieldGroup(tp,0,LOCATION_MZONE):Filter(Card.IsMonster,nil)
21
return aux.CanActivateSkill(tp) and #g1==1 and #g2>#g1
22
- and Duel.GetFlagEffect(tp,id)==0 and Duel.GetCustomActivityCount(id+100,tp,ACTIVITY_SUMMON)==0
+ and Duel.GetFlagEffect(tp,id)==0 and Duel.GetCustomActivityCount(id+100,tp,ACTIVITY_NORMALSUMMON)==0
23
and Duel.GetCustomActivityCount(id+200,tp,ACTIVITY_SPSUMMON)==0 and Duel.GetCustomActivityCount(id+300,tp,ACTIVITY_FLIPSUMMON)==0
24
and Duel.IsExistingMatchingCard(s.filter,tp,LOCATION_MZONE,0,1,nil,e,tp)
25
end
0 commit comments