Commit 167aeb53 authored by GuGu's avatar GuGu

Update c99999024.lua

parent 5e708de7
Pipeline #32860 passed with stage
in 12 seconds
......@@ -58,7 +58,7 @@ function c99999024.con(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if rp==tp or not re:IsHasProperty(EFFECT_FLAG_CARD_TARGET) then return false end
local g=Duel.GetChainInfo(ev,CHAININFO_TARGET_CARDS)
return g and g:IsExists(c99999024.filter1,1,nil,tp)
return g and g:IsExists(c99999024.filter1,1,nil,tp) and g:GetCount()==1 and g:GetFirst()~=e:GetHandler()
end
function c99999024.filter2(c,ct)
return Duel.CheckChainTarget(ct,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