Commit d6a23905 authored by nekrozar's avatar nekrozar

fix

parent 59d21d21
...@@ -12,7 +12,7 @@ function c94585852.initial_effect(c) ...@@ -12,7 +12,7 @@ function c94585852.initial_effect(c)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e2:SetRange(LOCATION_FZONE) e2:SetRange(LOCATION_FZONE)
e2:SetTargetRange(1,1) e2:SetTargetRange(1,1)
e2:SetCondition(c94585852.costchange) e2:SetValue(c94585852.costchange)
c:RegisterEffect(e2) c:RegisterEffect(e2)
--search --search
local e3=Effect.CreateEffect(c) local e3=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