Skip to content

Commit 1ac9e19

Browse files
authored
Update c300304002.lua
Missing 'and'.
1 parent c975d30 commit 1ac9e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skill/c300304002.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function s.flipcon(e,tp,eg,ep,ev,re,r,rp)
1919
local g1=Duel.GetFieldGroup(tp,LOCATION_MZONE,0)
2020
local g2=Duel.GetFieldGroup(tp,0,LOCATION_MZONE):Filter(Card.IsMonster,nil)
2121
return aux.CanActivateSkill(tp) and #g1==1 and #g2>#g1
22-
and Duel.GetFlagEffect(tp,id)==0 Duel.GetCustomActivityCount(id+100,tp,ACTIVITY_SUMMON)==0
22+
and Duel.GetFlagEffect(tp,id)==0 and Duel.GetCustomActivityCount(id+100,tp,ACTIVITY_SUMMON)==0
2323
and Duel.GetCustomActivityCount(id+200,tp,ACTIVITY_SPSUMMON)==0 and Duel.GetCustomActivityCount(id+300,tp,ACTIVITY_FLIPSUMMON)==0
2424
and Duel.IsExistingMatchingCard(s.filter,tp,LOCATION_MZONE,0,1,nil,e,tp)
2525
end

0 commit comments

Comments
 (0)