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 daef584 commit bd523e9Copy full SHA for bd523e9
rush/c160021056.lua
@@ -31,7 +31,7 @@ function s.initial_effect(c)
31
c:RegisterEffect(e4)
32
end
33
function s.eqfilter(c)
34
- return c:IsFaceup() and not c:IsMaximumModeSide()
+ return c:IsFaceup() and c:IsAttribute(ATTRIBUTE_LIGHT) and c:IsRace(RACE_THUNDER) and not c:IsMaximumModeSide()
35
36
function s.eqlimit(e,c)
37
return c:IsFaceup()
0 commit comments