Skip to content

Commit 3793bcb

Browse files
authored
Update c101207081.lua
1 parent fd8d69c commit 3793bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pre-release/c101207081.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ function s.tgfilter(c)
3434
end
3535
function s.tgtg(e,tp,eg,ep,ev,re,r,rp,chk)
3636
if chk==0 then return Duel.IsExistingMatchingCard(s.tgfilter,tp,LOCATION_HAND|LOCATION_DECK,0,1,nil) end
37-
Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,nil,1,tp,LOCATION_DECK)
38-
Duel.SetPossibleOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_HAND|LOCATION_DECK)
37+
Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,nil,1,tp,LOCATION_HAND|LOCATION_DECK)
38+
Duel.SetPossibleOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
3939
end
4040
function s.thfilter(c)
4141
return c:IsRitualSpell() and c:IsAbleToHand()

0 commit comments

Comments
 (0)