Skip to content

Commit c91d7b4

Browse files
authored
Update c300309004.lua
1 parent 615dc76 commit c91d7b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skill/c300309004.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function s.tdfilter(c)
6969
return c:IsTheWingedDragonofRa() and c:IsAbleToDeck() and not c:IsPublic()
7070
end
7171
function s.thfilter(c)
72-
return c:IsTheWingedDragonofRa() and c:IsAbleToHand()
72+
return c:IsTheWingedDragonofRa() and c:IsAbleToHand()
7373
end
7474
function s.effcon(e,tp,eg,ep,ev,re,r,rp)
7575
local b1=Duel.IsExistingMatchingCard(s.tdfilter,tp,LOCATION_HAND,0,1,nil) and Duel.IsPlayerCanDraw(tp,1)

0 commit comments

Comments
 (0)