Commit b4dc46c3 authored by dest's avatar dest Committed by DailyShana

fix Dimension Guardian (#394)

parent 36511c63
...@@ -22,6 +22,7 @@ function c54175023.initial_effect(c) ...@@ -22,6 +22,7 @@ function c54175023.initial_effect(c)
e3:SetCode(EFFECT_INDESTRUCTABLE_BATTLE) e3:SetCode(EFFECT_INDESTRUCTABLE_BATTLE)
e3:SetRange(LOCATION_SZONE) e3:SetRange(LOCATION_SZONE)
e3:SetValue(1) e3:SetValue(1)
e3:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE)
e3:SetTarget(c54175023.indtg) e3:SetTarget(c54175023.indtg)
c:RegisterEffect(e3) c:RegisterEffect(e3)
local e4=e3:Clone() local e4=e3:Clone()
......
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