Commit 926287f5 authored by wind2009's avatar wind2009

Fix No.69 紋章神コート・オブ・アームズ-ゴッド・シャーター

parent 7f0bca12
...@@ -30,6 +30,7 @@ function s.ovfilter(c) ...@@ -30,6 +30,7 @@ function s.ovfilter(c)
return c:IsFaceup() and c:IsOriginalCodeRule(2407234) return c:IsFaceup() and c:IsOriginalCodeRule(2407234)
end end
function s.spcon(e,tp,eg,ep,ev,re,r,rp) function s.spcon(e,tp,eg,ep,ev,re,r,rp)
if not Duel.GetAttacker():IsOnField() then return false end
e:SetLabelObject(Duel.GetAttacker()) e:SetLabelObject(Duel.GetAttacker())
return Duel.GetAttacker():GetControler()~=tp return Duel.GetAttacker():GetControler()~=tp
end end
......
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