Commit d5068490 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c12866770.lua

parent bb76eafd
...@@ -73,8 +73,8 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp) ...@@ -73,8 +73,8 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
Duel.HintSelection(g) Duel.HintSelection(g)
if Duel.Remove(g,POS_FACEUP,REASON_EFFECT)~=0 then if Duel.Remove(g,POS_FACEUP,REASON_EFFECT)~=0 then
local tg=Duel.GetMatchingGroup(s.eqfilter,tp,LOCATION_REMOVED,LOCATION_REMOVED,nil,tp) local tg=Duel.GetMatchingGroup(s.eqfilter,tp,LOCATION_REMOVED,LOCATION_REMOVED,nil,tp)
if tg:GetCount()>0 and Duel.GetLocationCount(tp,LOCATION_SZONE)>0 if tg:GetCount()>0 and Duel.GetLocationCount(tp,LOCATION_SZONE)>0 and c:IsRelateToEffect(e) and
and Duel.SelectYesNo(tp,aux.Stringid(id,1)) then c:IsFaceup() and Duel.SelectYesNo(tp,aux.Stringid(id,1)) then
Duel.BreakEffect() Duel.BreakEffect()
local sg=tg:Select(tp,1,1,nil) local sg=tg:Select(tp,1,1,nil)
local tc=sg:GetFirst() local tc=sg:GetFirst()
......
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