Commit b6fb5c78 authored by Vury Leo's avatar Vury Leo Committed by GitHub

fix c44710391 地缚地上绘 (#2279)

parent 8a834e8f
...@@ -20,7 +20,7 @@ function c44710391.initial_effect(c) ...@@ -20,7 +20,7 @@ function c44710391.initial_effect(c)
--double tribute --double tribute
local e4=Effect.CreateEffect(c) local e4=Effect.CreateEffect(c)
e4:SetType(EFFECT_TYPE_FIELD) e4:SetType(EFFECT_TYPE_FIELD)
e4:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE+EFFECT_FLAG_SET_AVAILABLE) e4:SetProperty(EFFECT_FLAG_SET_AVAILABLE)
e4:SetCode(EFFECT_DOUBLE_TRIBUTE) e4:SetCode(EFFECT_DOUBLE_TRIBUTE)
e4:SetRange(LOCATION_FZONE) e4:SetRange(LOCATION_FZONE)
e4:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE) e4:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE)
......
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