Commit c1818e5e authored by Grajade's avatar Grajade

Update c1175101.lua

parent 393531ff
Pipeline #23756 passed with stages
in 22 minutes and 9 seconds
......@@ -11,7 +11,7 @@ function c1175101.initial_effect(c)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e2:SetCode(0x10000000+1175101)
e2:SetCode(EFFECT_FLAG_EFFECT+1175101)
e2:SetRange(LOCATION_SZONE)
e2:SetTargetRange(1,0)
c:RegisterEffect(e2)
......
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