Skip to content

Commit 64a3f52

Browse files
authored
Update c8165596.lua
1 parent 2392357 commit 64a3f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/c8165596.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function s.thmatop(e,tp,eg,ep,ev,re,r,rp)
7272
local sc=Duel.SelectMatchingCard(tp,s.thmatfilter,tp,LOCATION_DECK,0,1,1,nil,c,tp,relation_chk):GetFirst()
7373
if not sc then return end
7474
aux.ToHandOrElse(sc,tp,
75-
function() relation_chk and sc:IsCanBeXyzMaterial(c,tp,REASON_EFFECT) end,
75+
function() return relation_chk and sc:IsCanBeXyzMaterial(c,tp,REASON_EFFECT) end,
7676
function() Duel.Overlay(c,sc) end,
7777
aux.Stringid(id,3)
7878
)

0 commit comments

Comments
 (0)