Commit 19f4dda9 authored by Steeldarkeagel's avatar Steeldarkeagel

Update c4259068.lua

Fixed to only work on the controller.
parent 77198cbb
...@@ -11,7 +11,7 @@ function c4259068.initial_effect(c) ...@@ -11,7 +11,7 @@ function c4259068.initial_effect(c)
e2:SetCode(EFFECT_LPCOST_CHANGE) e2:SetCode(EFFECT_LPCOST_CHANGE)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e2:SetRange(LOCATION_SZONE) e2:SetRange(LOCATION_SZONE)
e2:SetTargetRange(1,1) e2:SetTargetRange(1,0)
e2:SetValue(c4259068.costchange) e2:SetValue(c4259068.costchange)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
......
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