Commit 9eff40c3 authored by Fluorohydride's avatar Fluorohydride

Merge pull request #659 from woodee/patch-42

fix
parents 6affed97 dff46f3f
......@@ -27,7 +27,7 @@ function c95286165.mgfilter(c,e,tp,fusc)
end
function c95286165.activate(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if not tc:IsRelateToEffect(e) then return end
if not (tc:IsRelateToEffect(e) and tc:IsFaceup()) 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