Commit 025f7532 authored by POLYMER's avatar POLYMER

fix

parent ac245681
...@@ -67,7 +67,7 @@ function c98373970.ovop(e,tp,eg,ep,ev,re,r,rp) ...@@ -67,7 +67,7 @@ function c98373970.ovop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if not c:IsRelateToEffect(e) then return end if not c:IsRelateToEffect(e) then return end
local g1=Duel.GetMatchingGroup(Card.IsCanOverlay,tp,0,LOCATION_HAND,nil) local g1=Duel.GetMatchingGroup(Card.IsCanOverlay,tp,0,LOCATION_HAND,nil)
local g2=Duel.GetMatchingGroup(Card.IsCanOverlay,tp,0,LOCATION_ONFIELD,nil) local g2=Duel.GetMatchingGroup(Card.IsCanOverlay,tp,0,LOCATION_ONFIELD,c)
local g3=Duel.GetMatchingGroup(Card.IsCanOverlay,tp,0,LOCATION_GRAVE,nil) local g3=Duel.GetMatchingGroup(Card.IsCanOverlay,tp,0,LOCATION_GRAVE,nil)
if g1:GetCount()>0 and g2:GetCount()>0 and g3:GetCount()>0 then if g1:GetCount()>0 and g2:GetCount()>0 and g3:GetCount()>0 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_XMATERIAL) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_XMATERIAL)
......
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