Commit 3350f8dd authored by wind2009's avatar wind2009 Committed by GitHub

SetTargetRange Fix

parent 88b5ee68
...@@ -369,7 +369,7 @@ function Auxiliary.Load_Shadow_Rule() ...@@ -369,7 +369,7 @@ function Auxiliary.Load_Shadow_Rule()
local e2=Effect.GlobalEffect() local e2=Effect.GlobalEffect()
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_GRANT) e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_GRANT)
e2:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE) e2:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE)
e2:SetTargetRange(LOCATION_EXTRA,0) e2:SetTargetRange(LOCATION_EXTRA,LOCATION_EXTRA)
e2:SetTarget(Auxiliary.IsConstruct) e2:SetTarget(Auxiliary.IsConstruct)
e2:SetLabelObject(e1) e2:SetLabelObject(e1)
Duel.RegisterEffect(e2,0) Duel.RegisterEffect(e2,0)
......
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