Commit 904b0d8b authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12031011.lua

parent 44ae38e0
...@@ -37,7 +37,8 @@ function c12031011.disop(e,tp,eg,ep,ev,re,r,rp) ...@@ -37,7 +37,8 @@ function c12031011.disop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local tt=c:GetOverlayCount() local tt=c:GetOverlayCount()
if Duel.GetFlagEffect(tp,12031011)==0 then if Duel.GetFlagEffect(tp,12031011)==0 then
if not ( ( re:IsHasType(EFFECT_TYPE_ACTIVATE) and not re:GetHandler():IsType(TYPE_CONTINUOUS+TYPE_FIELD) ) or not e:GetHandler():IsType(TYPE_XYZ) ) then if e:GetHandler():IsType(TYPE_XYZ) then
re:GetHandler():CancelToGrave()
Duel.Overlay(c,Group.FromCards(re:GetHandler())) Duel.Overlay(c,Group.FromCards(re:GetHandler()))
Duel.BreakEffect() Duel.BreakEffect()
local ff=c:GetOverlayCount() local ff=c:GetOverlayCount()
......
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