Skip to content

Commit 2ab8e60

Browse files
committed
fix c511002984.lua
missing parentheses in the previous commit
1 parent a671113 commit 2ab8e60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unofficial/c511002984.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ end
1414
s.listed_names={CARD_BLUEEYES_W_DRAGON,CARD_DARK_MAGICIAN}
1515
s.listed_series={SET_CHAOS,SET_NUMBER_C}
1616
function s.filter(c,e,tp,m1,ft)
17-
if not (c:IsSetCard({SET_CHAOS,SET_NUMBER_C}) and c:IsRitualMonster() and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_RITUAL,tp,false,true) then return false end
17+
if not (c:IsSetCard({SET_CHAOS,SET_NUMBER_C}) and c:IsRitualMonster() and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_RITUAL,tp,false,true)) then return false end
1818
local mg=m1:Filter(Card.IsCanBeRitualMaterial,c,c)
1919
if ft>0 then
2020
return mg:CheckWithSumEqual(Card.GetRitualLevel,c:GetLevel(),1,99,c)

0 commit comments

Comments
 (0)