Commit 21b3f24a authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix Qliphort Genius (#2038)

parent dede1e32
......@@ -53,7 +53,7 @@ function c22423493.distg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function c22423493.disop(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(aux.NegateAnyFilter,nil)
if g:GetCount()~=2 then return end
for tc in aux.Next(g) do
Duel.NegateRelatedChain(tc,RESET_TURN_SET)
......
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