Commit ecbf8964 authored by salix5's avatar salix5

Merge pull request #1158 from Tianchenglipu/patch-39

Update c32441317.lua
parents 67f4e09f 0c3433a4
...@@ -27,7 +27,7 @@ function c32441317.mgfilter(c,e,tp,sync) ...@@ -27,7 +27,7 @@ function c32441317.mgfilter(c,e,tp,sync)
end end
function c32441317.activate(e,tp,eg,ep,ev,re,r,rp) function c32441317.activate(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() 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 mg=tc:GetMaterial()
local sumable=true local sumable=true
local sumtype=tc:GetSummonType() 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