Commit 3a16e1ba authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix (#1801)

parent d64ed5ea
...@@ -52,6 +52,7 @@ function c23649496.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -52,6 +52,7 @@ function c23649496.operation(e,tp,eg,ep,ev,re,r,rp)
if tc then if tc then
local dg=Duel.GetMatchingGroup(c23649496.filter,tp,LOCATION_MZONE,LOCATION_MZONE,tc,tc:GetCode()) local dg=Duel.GetMatchingGroup(c23649496.filter,tp,LOCATION_MZONE,LOCATION_MZONE,tc,tc:GetCode())
Duel.Destroy(dg,REASON_EFFECT) Duel.Destroy(dg,REASON_EFFECT)
if not c:IsRelateToEffect(e) or c:IsFacedown() then return end
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD) e1:SetType(EFFECT_TYPE_FIELD)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
......
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