Commit 2c138da6 authored by a597449807's avatar a597449807 Committed by GitHub

Fix 熾天の騎士ガイアプロミネンス (#2884)

parent 8f98796b
...@@ -31,8 +31,8 @@ function s.initial_effect(c) ...@@ -31,8 +31,8 @@ function s.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
c95095116.material_type=TYPE_SYNCHRO c95095116.material_type=TYPE_SYNCHRO
function s.mfilter(c) function s.mfilter(c,fc)
return c:IsFaceup() and c:IsLocation(LOCATION_MZONE) return c:IsFaceup() and c:IsLocation(LOCATION_MZONE) and c:IsControler(fc:GetControler())
end end
function s.negcon(e,tp,eg,ep,ev,re,r,rp) function s.negcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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