Commit 61774fe8 authored by mercury233's avatar mercury233 Committed by GitHub

fix 碧鋼の機竜

parent 06cf4a15
......@@ -35,7 +35,7 @@ function s.tg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function s.op(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS):Filter(Card.IsRelateToEffect,nil,e)
local g=Duel.GetTargetsRelateToChain():Filter(Card.IsFaceup,nil)
for tc in aux.Next(g) do
Duel.NegateRelatedChain(tc,RESET_TURN_SET)
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