Skip to content

Commit 582c7cb

Browse files
authored
"Kewl Tune Playlist" update
Prevent a script error when targeting a "Kewl Tune" monster that doesn't have an effect that activates when it's sent to the GY as Synchro Material.
1 parent cb38af0 commit 582c7cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

official/c40847034.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
7070
eff:SetLabelObject(e:GetLabelObject())
7171
Duel.ClearOperationInfo(0)
7272
end
73-
e:SetLabelObject({tc,eff})
7473
end
74+
e:SetLabelObject({tc,eff})
7575
e:SetCategory(CATEGORY_TOHAND)
7676
Duel.SetOperationInfo(0,CATEGORY_TOHAND,tc,1,tp,0)
7777
end
@@ -116,4 +116,4 @@ function s.splimit(e,c)
116116
elseif c:IsMonsterCard() then
117117
return not c:IsOriginalType(TYPE_TUNER)
118118
end
119-
end
119+
end

0 commit comments

Comments
 (0)