Commit bd7469ed authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix (#1816)

parent a152081d
...@@ -72,7 +72,7 @@ function c28346136.op(e,tp,eg,ep,ev,re,r,rp) ...@@ -72,7 +72,7 @@ function c28346136.op(e,tp,eg,ep,ev,re,r,rp)
local sc=g:GetFirst() local sc=g:GetFirst()
if sc:IsLocation(LOCATION_EXTRA) and c:IsRelateToEffect(e) and c:IsFaceup() and c:IsControler(tp) if sc:IsLocation(LOCATION_EXTRA) and c:IsRelateToEffect(e) and c:IsFaceup() and c:IsControler(tp)
and c:IsCanBeXyzMaterial(sc) and sc:IsCanBeSpecialSummoned(e,SUMMON_TYPE_XYZ,tp,false,false) and c:IsCanBeXyzMaterial(sc) and sc:IsCanBeSpecialSummoned(e,SUMMON_TYPE_XYZ,tp,false,false)
and Duel.GetLocationCountFromEx(tp,tp,c,sc)>0 and Duel.GetLocationCountFromEx(tp,tp,c,sc)>0 and aux.MustMaterialCheck(c,tp,EFFECT_MUST_BE_XMATERIAL)
and Duel.SelectYesNo(tp,aux.Stringid(28346136,4)) then and Duel.SelectYesNo(tp,aux.Stringid(28346136,4)) then
Duel.BreakEffect() Duel.BreakEffect()
local mg=c:GetOverlayGroup() local mg=c:GetOverlayGroup()
......
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