Commit 2c7b8b38 authored by mercury233's avatar mercury233

fix

parent 96a69be0
...@@ -15,7 +15,7 @@ function c101004082.initial_effect(c) ...@@ -15,7 +15,7 @@ function c101004082.initial_effect(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:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE) e2:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE+EFFECT_FLAG_SET_AVAILABLE)
e2:SetTargetRange(LOCATION_ONFIELD,0) e2:SetTargetRange(LOCATION_ONFIELD,0)
e2:SetCondition(c101004082.tgcon) e2:SetCondition(c101004082.tgcon)
e2:SetTarget(c101004082.tgtg) e2:SetTarget(c101004082.tgtg)
......
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