Commit 2312da6c authored by TanakaKotoha's avatar TanakaKotoha

lbwnb

parent bf06c8dc
No preview for this file type
...@@ -25,7 +25,7 @@ function cm.initial_effect(c) ...@@ -25,7 +25,7 @@ function cm.initial_effect(c)
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD) e2:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_RELEASE_REPLACE) e2:SetCode(EFFECT_RELEASE_REPLACE)
e2:SetRange(LOCATION_GRAVE) e2:SetRange(LOCATION_MZONE+LOCATION_GRAVE)
e2:SetTarget(cm.reptg) e2:SetTarget(cm.reptg)
e2:SetValue(cm.repval) e2:SetValue(cm.repval)
e2:SetOperation(cm.repop) e2:SetOperation(cm.repop)
......
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