We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2392357 commit 64a3f52Copy full SHA for 64a3f52
official/c8165596.lua
@@ -72,7 +72,7 @@ function s.thmatop(e,tp,eg,ep,ev,re,r,rp)
72
local sc=Duel.SelectMatchingCard(tp,s.thmatfilter,tp,LOCATION_DECK,0,1,1,nil,c,tp,relation_chk):GetFirst()
73
if not sc then return end
74
aux.ToHandOrElse(sc,tp,
75
- function() relation_chk and sc:IsCanBeXyzMaterial(c,tp,REASON_EFFECT) end,
+ function() return relation_chk and sc:IsCanBeXyzMaterial(c,tp,REASON_EFFECT) end,
76
function() Duel.Overlay(c,sc) end,
77
aux.Stringid(id,3)
78
)
0 commit comments