Skip to content

Commit 7c69721

Browse files
authored
Update "Puzzlomino, the Drop-n-Deleter"
Prevent script error
1 parent ad9aa47 commit 7c69721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

official/c84271823.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function s.lvtg(e,tp,eg,ep,ev,re,r,rp,chk)
5555
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(id,2))
5656
e:SetLabel(Duel.AnnounceLevel(tp,1,8,lv))
5757
e:SetLabelObject(g)
58-
Duel.SetOperationInfo(0,CATEGORY_LVCHANGE,g,#dg,0,e:GetLabel())
58+
Duel.SetOperationInfo(0,CATEGORY_LVCHANGE,g,#g,0,e:GetLabel())
5959
end
6060
function s.opfilter(c,e)
6161
return c:IsFaceup() and c:IsRelateToEffect(e)
@@ -93,4 +93,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
9393
if #dg>0 then
9494
Duel.Destroy(dg,REASON_EFFECT)
9595
end
96-
end
96+
end

0 commit comments

Comments
 (0)