Skip to content

Commit cb004b5

Browse files
authored
Update c300302002.lua
Mislabeled parameter
1 parent bbaaf06 commit cb004b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skill/c300302002.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function s.flipcon(e,tp,eg,ep,ev,re,r,rp)
88
return aux.CanActivateSkill(tp) and Duel.IsExistingMatchingCard(s.ritualrevealfilter,tp,LOCATION_HAND,0,1,nil,tp) and not Duel.HasFlagEffect(tp,id)
99
end
1010
function s.ritualrevealfilter(c,tp)
11-
return c:IsRitualMonster() and not c:IsPublic() and Duel.IsExistingMatchingCard(s.ritspellthfilter,c:GetControler(),LOCATION_DECK,0,1,nil,c)
11+
return c:IsRitualMonster() and not c:IsPublic() and Duel.IsExistingMatchingCard(s.ritspellthfilter,tp,LOCATION_DECK,0,1,nil,c)
1212
end
1313
function s.ritspellthfilter(c,tc)
1414
return c:IsRitualSpell() and tc:ListsCode(c:GetCode()) and c:IsAbleToHand()

0 commit comments

Comments
 (0)