Commit 24cb0e9e authored by REIKAI's avatar REIKAI 💬

12.26

parent c2e307f5
Pipeline #18862 passed with stages
in 25 minutes and 40 seconds
...@@ -20,7 +20,7 @@ function cm.initial_effect(c) ...@@ -20,7 +20,7 @@ function cm.initial_effect(c)
e2:SetRange(LOCATION_PZONE) e2:SetRange(LOCATION_PZONE)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e2:SetTargetRange(1,0) e2:SetTargetRange(1,0)
e2:SetValue(cm.cnval) e2:SetTarget(cm.cnval)
c:RegisterEffect(e2) c:RegisterEffect(e2)
-- --
-------Me -------Me
......
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