Commit 9f3a2f36 authored by salix5's avatar salix5

Merge pull request #424 from mercury233/patch-3

fix 半魔導帯域
parents 281c4035 6a17fdd6
...@@ -10,6 +10,7 @@ function c71650854.initial_effect(c) ...@@ -10,6 +10,7 @@ function c71650854.initial_effect(c)
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD) e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_CANNOT_BE_EFFECT_TARGET) e2:SetCode(EFFECT_CANNOT_BE_EFFECT_TARGET)
e2:SetProperty(EFFECT_FLAG_SET_AVAILABLE)
e2:SetRange(LOCATION_FZONE) e2:SetRange(LOCATION_FZONE)
e2:SetTargetRange(LOCATION_MZONE,0) e2:SetTargetRange(LOCATION_MZONE,0)
e2:SetCondition(c71650854.indcon) e2:SetCondition(c71650854.indcon)
......
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