Commit 1eafd3c4 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c50223335.lua

parent d2955118
Pipeline #30939 failed with stages
in 2 minutes and 55 seconds
...@@ -78,7 +78,7 @@ end ...@@ -78,7 +78,7 @@ end
function c50223335.disop(e,tp,eg,ep,ev,re,r,rp) function c50223335.disop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS):Filter(Card.IsRelateToEffect,nil,e):Filter(Card.IsCanBeDisabledByEffect,nil,e) local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS):Filter(Card.IsRelateToEffect,nil,e):Filter(Card.IsCanBeDisabledByEffect,nil,e)
if g:GetCount()~=0 then if g:GetCount()~=0 then
tc=g:GetFirst() local tc=g:GetFirst()
while tc do while tc do
Duel.NegateRelatedChain(tc,RESET_TURN_SET) Duel.NegateRelatedChain(tc,RESET_TURN_SET)
local e1=Effect.CreateEffect(e:GetHandler()) local e1=Effect.CreateEffect(e:GetHandler())
......
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