Commit ee96a8f4 authored by mercury233's avatar mercury233 Committed by GitHub

fix デュアル・アブレーション

parent 50847720
...@@ -65,6 +65,7 @@ end ...@@ -65,6 +65,7 @@ end
function c80758812.spop2(e,tp,eg,ep,ev,re,r,rp) function c80758812.spop2(e,tp,eg,ep,ev,re,r,rp)
if not e:GetHandler():IsRelateToEffect(e) then return end if not e:GetHandler():IsRelateToEffect(e) then return end
local rg=Duel.SelectReleaseGroup(tp,c80758812.relfilter,1,1,nil,tp) local rg=Duel.SelectReleaseGroup(tp,c80758812.relfilter,1,1,nil,tp)
if rg:GetCount()==0 then return end
local relchk=rg:GetFirst():IsDualState() local relchk=rg:GetFirst():IsDualState()
if Duel.Release(rg,REASON_EFFECT)==0 then return end if Duel.Release(rg,REASON_EFFECT)==0 then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
......
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