Commit 7d976993 authored by salix5's avatar salix5

Merge pull request #1445 from nekrozar/patch-1

fix Helios Trice Megistus
parents ae5b78aa ef2935b8
......@@ -80,6 +80,6 @@ function c17286057.spop(e,tp,eg,ep,ev,re,r,rp)
end
Duel.SpecialSummonComplete()
end
function c17286057.atcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetFieldGroupCount(tp,0,LOCATION_MZONE)>0
function c17286057.atcon(e)
return Duel.GetFieldGroupCount(e:GetHandlerPlayer(),0,LOCATION_MZONE)>0
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