Commit fe1ad23f authored by wind2009's avatar wind2009 Committed by GitHub

Fix 氷水のエジル (#2324)

parent f0b14ea3
......@@ -45,7 +45,7 @@ function c39354437.thop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c39354437.spcon1(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetAttacker():IsControler(1-tp)
return eg:IsContains(e:GetHandler()) and Duel.GetAttacker():IsControler(1-tp)
end
function c39354437.spcon2(e,tp,eg,ep,ev,re,r,rp)
return eg:IsContains(e:GetHandler()) and rp==1-tp
......
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