Commit a0d06bed authored by nanahira's avatar nanahira

fix

parent 89bf8109
......@@ -19,6 +19,7 @@ function cm.initial_effect(c)
e2:SetRange(LOCATION_GRAVE)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCost(aux.bfgcost)
e1:SetCountLimit(1,m+100)
e2:SetTarget(cm.eqtg)
e2:SetOperation(cm.eqop)
c:RegisterEffect(e2)
......@@ -81,10 +82,3 @@ function cm.eqop(e,tp,eg,ep,ev,re,r,rp)
end
end
--yl_testok
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