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 c3bddba commit 47c59eaCopy full SHA for 47c59ea
rush/c160024054.lua
@@ -22,7 +22,7 @@ function s.thfilter(c)
22
return c:IsRace(RACE_FAIRY) and c:IsAttribute(ATTRIBUTE_DARK) and c:IsAttack(0) and c:IsAbleToHand()
23
end
24
function s.cfilter(c)
25
- return c:IsFaceup() and c:IsRace(RACE_FAIRY) and c:IsAttribute(ATTRIBUTE_LIGHT)
+ return c:IsFaceup() and c:IsRace(RACE_FAIRY) and c:IsAttribute(ATTRIBUTE_LIGHT) and c:GetBaseAttack()==0 and c:GetBaseDefense()==0
26
27
function s.activate(e,tp,eg,ep,ev,re,r,rp)
28
--Effect
0 commit comments