Skip to content

Commit 47c59ea

Browse files
committed
fixed Lovely Connect
1 parent c3bddba commit 47c59ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rush/c160024054.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function s.thfilter(c)
2222
return c:IsRace(RACE_FAIRY) and c:IsAttribute(ATTRIBUTE_DARK) and c:IsAttack(0) and c:IsAbleToHand()
2323
end
2424
function s.cfilter(c)
25-
return c:IsFaceup() and c:IsRace(RACE_FAIRY) and c:IsAttribute(ATTRIBUTE_LIGHT)
25+
return c:IsFaceup() and c:IsRace(RACE_FAIRY) and c:IsAttribute(ATTRIBUTE_LIGHT) and c:GetBaseAttack()==0 and c:GetBaseDefense()==0
2626
end
2727
function s.activate(e,tp,eg,ep,ev,re,r,rp)
2828
--Effect

0 commit comments

Comments
 (0)