Commit e996efee authored by POLYMER's avatar POLYMER

fix

parent 3d841949
......@@ -14,7 +14,6 @@ function cm.initial_effect(c)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_CHAINING)
e2:SetRange(LOCATION_GRAVE)
e2:SetCountLimit(1,m)
e2:SetCondition(cm.chcon)
e2:SetCost(aux.bfgcost)
e2:SetTarget(cm.chtg)
......
......@@ -14,7 +14,6 @@ function cm.initial_effect(c)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_CHAINING)
e2:SetRange(LOCATION_GRAVE)
e2:SetCountLimit(1,m)
e2:SetCondition(cm.chcon)
e2:SetCost(aux.bfgcost)
e2:SetTarget(cm.chtg)
......
......@@ -25,7 +25,6 @@ function cm.initial_effect(c)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_CHAINING)
e2:SetRange(LOCATION_GRAVE)
e2:SetCountLimit(1,m)
e2:SetCondition(cm.chcon)
e2:SetCost(aux.bfgcost)
e2:SetTarget(cm.chtg)
......
......@@ -15,7 +15,6 @@ function cm.initial_effect(c)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_CHAINING)
e2:SetRange(LOCATION_GRAVE)
e2:SetCountLimit(1,m)
e2:SetCondition(cm.chcon)
e2:SetCost(aux.bfgcost)
e2:SetTarget(cm.chtg)
......
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