Commit d9abeb06 authored by nanahira's avatar nanahira

use EFFECT_FLAG2_CONTINUOUS_OPPOTURN

parent 23448652
......@@ -31,7 +31,7 @@ local function fieldEffect(r)
local e1=Effect.GlobalEffect()
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_SET_AVAILABLE)
e1:SetProperty(EFFECT_FLAG_SET_AVAILABLE,EFFECT_FLAG2_CONTINUOUS_OPPOTURN)
e1:SetRange(r)
return e1
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