Commit e5dd6f2f authored by nanahira's avatar nanahira

fix

parent aefaf8b5
......@@ -11,7 +11,7 @@ function c77765003.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1:SetRange(LOCATION_MZONE)
e1:SetRange(LOCATION_SZONE)
e1:SetCode(EFFECT_SELF_DESTROY)
e1:SetCondition(cm.con)
c:RegisterEffect(e1)
......
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