Commit 0c3433a4 authored by Tianchenglipu's avatar Tianchenglipu

Update c32441317.lua

同调解除在那只同调怪兽中途被扣成里侧表示的场合,效果不适用,但是这里漏掉了这一判定
parent 86c44bbb
......@@ -27,7 +27,7 @@ function c32441317.mgfilter(c,e,tp,sync)
end
function c32441317.activate(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if not tc:IsRelateToEffect(e) then return end
if tc:IsFacedown() or not tc:IsRelateToEffect(e) then return end
local mg=tc:GetMaterial()
local sumable=true
local sumtype=tc:GetSummonType()
......
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