Commit 80a746dd authored by GuGu's avatar GuGu

Update c410400.lua

parent ecc6cac8
Pipeline #32969 passed with stage
in 10 seconds
......@@ -49,10 +49,10 @@ end
function c410400.adjustop(e,tp,eg,ep,ev,re,r,rp)
local g1=Duel.GetMatchingGroup(Card.IsFaceup,0,LOCATION_MZONE,0,nil)
local g2=Duel.GetMatchingGroup(Card.IsFaceup,1,LOCATION_MZONE,0,nil)
if c410400[0] then
if c410400[0]~=0 then
if not g1:IsContains(c410400[0]) then c410400[0]=0 end
end
if c410400[1] then
if c410400[1]~=0 then
if not g2:IsContains(c410400[1]) then c410400[1]=0 end
end
end
......
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