Commit c7a57f6e authored by wind2009's avatar wind2009

Fix 超銀河眼の光子龍-フォトン・ハウリング

parent cd6edb1d
Pipeline #42997 passed with stages
in 4 minutes and 25 seconds
......@@ -38,7 +38,7 @@ function s.spcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_XYZ)
end
function s.filter(c,mc,e,tp)
return c:IsSetCard(0x55)
return c:IsSetCard(0x55) and c:IsType(TYPE_MONSTER)
and (Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP_DEFENSE)
or (mc and mc:IsType(TYPE_XYZ) and c:IsCanOverlay()))
......
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