Commit b6cdf2c7 authored by nanahira's avatar nanahira

fix

parent 987ec35b
......@@ -52,7 +52,7 @@ function Kaguya.ContinuousCommonEffect(c,effect_code,effect_codition,effect_cost
ex:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
ex:SetCode(effect_code)
ex:SetRange(LOCATION_SZONE)
ex:SetProperty(0x14000)
ex:SetProperty(0x14000+EFFECT_FLAG_IGNORE_IMMUNE)
ex:SetCondition(effect_codition)
ex:SetTarget(KaguyaTransformTarget)
ex:SetOperation(KaguyaTransformOperation(extra_opreation))
......
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