Commit 4ee3551e authored by nekrozar's avatar nekrozar

fix Fluorohydride/ygopro#2180

for Phantom of Chaos
parent 96d644cc
......@@ -23,7 +23,7 @@ function c48829461.initial_effect(c)
c:RegisterEffect(e2)
end
function c48829461.sfilter(c)
return c:IsCode(598988,1710476,9433350,36521459,37115575,55343236) and not c:IsDisabled()
return c:IsOriginalCodeRule(598988,1710476,9433350,36521459,37115575,55343236) and not c:IsDisabled()
end
function c48829461.uqfilter(c)
if Duel.IsPlayerAffectedByEffect(c:GetControler(),75223115)
......
......@@ -13,7 +13,7 @@ function c74509280.initial_effect(c)
c:RegisterEffect(e1)
end
function c74509280.sfilter(c)
return c:IsCode(598988,1710476,9433350,36521459,37115575,55343236) and not c:IsDisabled()
return c:IsOriginalCodeRule(598988,1710476,9433350,36521459,37115575,55343236) and not c:IsDisabled()
end
function c74509280.uqfilter(c)
if Duel.IsPlayerAffectedByEffect(c:GetControler(),75223115)
......
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