Skip to content

Commit 7976e20

Browse files
authored
"Kewl Tune Loudness War" + "Kewl Tune Playlist" script update
Re-set the copy effect's category to handle effects with variable effect categories ("Kewl Tune Rotary").
1 parent ed75695 commit 7976e20

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

official/c40847034.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
7272
end
7373
e:SetLabelObject(eff)
7474
end
75+
e:SetCategory(CATEGORY_TOHAND)
7576
Duel.SetOperationInfo(0,CATEGORY_TOHAND,tc,1,tp,0)
7677
end
7778
function s.activate(e,tp,eg,ep,ev,re,r,rp)

official/c41069676.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ function s.applytg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
102102
eff:SetLabel(e:GetLabel())
103103
eff:SetLabelObject(e:GetLabelObject())
104104
e:SetLabelObject(eff)
105+
e:SetCategory(0)
105106
Duel.ClearOperationInfo(0)
106107
end
107108
function s.applyop(e,tp,eg,ep,ev,re,r,rp)

0 commit comments

Comments
 (0)