Commit c18173ba authored by Tachibana's avatar Tachibana

1145141919810

parent 13cc54b6
Pipeline #13593 passed with stages
in 35 minutes and 7 seconds
......@@ -70,7 +70,7 @@ function cm.setop(e,tp,eg,ep,ev,re,r,rp)
Duel.BreakEffect()
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
local g=Duel.SelectMatchingCard(tp,nil,tp,LOCATION_ONFIELD,0,1,1,nil)
if g:GetCount()>0 and Duel.Destroy(g,REASON_EFFECT)~=0 and.tc:IsLocation(LOCATION_ONFIELD) then
if g:GetCount()>0 and Duel.Destroy(g,REASON_EFFECT)~=0 and tc:IsLocation(LOCATION_ONFIELD) then
local fid=c:GetFieldID()
tc:RegisterFlagEffect(m,RESET_EVENT+RESETS_STANDARD,0,1,fid)
local e1=Effect.CreateEffect(c)
......
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