Skip to content

Commit bd523e9

Browse files
committed
fixed Plasmatic Model Maintenance
1 parent daef584 commit bd523e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rush/c160021056.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function s.initial_effect(c)
3131
c:RegisterEffect(e4)
3232
end
3333
function s.eqfilter(c)
34-
return c:IsFaceup() and not c:IsMaximumModeSide()
34+
return c:IsFaceup() and c:IsAttribute(ATTRIBUTE_LIGHT) and c:IsRace(RACE_THUNDER) and not c:IsMaximumModeSide()
3535
end
3636
function s.eqlimit(e,c)
3737
return c:IsFaceup()

0 commit comments

Comments
 (0)