Skip to content

Commit b42616f

Browse files
committed
"Metaltronus" fix
Prevent a script error with an undefined group of cards
1 parent b4db0a2 commit b42616f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/c64664373.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
3636
local tc=Duel.SelectTarget(tp,s.cfilter,tp,0,LOCATION_MZONE,1,1,nil,e,tp):GetFirst()
3737
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_HAND|LOCATION_DECK|LOCATION_EXTRA)
3838
Duel.SetOperationInfo(0,CATEGORY_DISABLE,tc,1,tp,0)
39-
Duel.SetPossibleOperationInfo(0,CATEGORY_REMOVE,g,2,tp,0)
39+
Duel.SetPossibleOperationInfo(0,CATEGORY_REMOVE,nil,2,tp,0)
4040
--Your opponent cannot activate the targeted monster's effects in response to this card's activation
4141
if e:IsHasType(EFFECT_TYPE_ACTIVATE) then
4242
Duel.SetChainLimit(function(e,tp,p) return e:GetHandler()~=tc end)

0 commit comments

Comments
 (0)