Commit 07f20d63 authored by Grajade's avatar Grajade

Update expansions/script/c33502803.lua

parent b5cb7e48
......@@ -177,7 +177,7 @@ function c33502803.op2(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e2_3,tp)
--
if Duel.GetFieldGroupCount(tp,0,LOCATION_EXTRA)>0 then
local og=Duel.GetMatchingGroup(Card,IsAbleToRemove,tp,0,LOCATION_EXTRA,nil)
local og=Duel.GetMatchingGroup(Card.IsAbleToRemove,tp,0,LOCATION_EXTRA,nil)
if og:GetCount()<1 then return end
Duel.BreakEffect()
if Duel.Remove(og,POS_FACEUP,REASON_EFFECT)>0 then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment