Skip to content

Commit bdeb833

Browse files
committed
fixed Voidvelg Forbidden Requiem
should work correctly with Maximum Mode monsters that have effect protection
1 parent d1a42e6 commit bdeb833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rush/c160020044.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
5151
if ct>0 and #g>0 and Duel.SelectYesNo(tp,aux.Stringid(id,1)) then
5252
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
5353
local sg=g:Select(tp,1,ct,nil)
54-
sg=sg:AddMaximumCheck()
54+
local sg2=sg:AddMaximumCheck()
5555
if #sg>0 then
56-
Duel.HintSelection(sg)
56+
Duel.HintSelection(sg2)
5757
Duel.Destroy(sg,REASON_EFFECT)
5858
end
5959
end

0 commit comments

Comments
 (0)