Commit be550cf9 authored by wind2009's avatar wind2009

Merge remote-tracking branch 'upstream/LEDE' into master

parents 6449ef8f 9f5f40f7
...@@ -19,9 +19,11 @@ function s.initial_effect(c) ...@@ -19,9 +19,11 @@ function s.initial_effect(c)
-- --
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_SINGLE) e3:SetType(EFFECT_TYPE_SINGLE)
e3:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e3:SetCode(EFFECT_CANNOT_BE_BATTLE_TARGET) e3:SetCode(EFFECT_CANNOT_BE_BATTLE_TARGET)
e3:SetRange(LOCATION_MZONE)
e3:SetCondition(s.atcon) e3:SetCondition(s.atcon)
e3:SetValue(1) e3:SetValue(aux.imval1)
c:RegisterEffect(e3) c:RegisterEffect(e3)
-- --
local e4=Effect.CreateEffect(c) local e4=Effect.CreateEffect(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