Commit 53a54248 authored by oilloillo's avatar oilloillo

countLimit

parent f31e76e2
Pipeline #8606 passed with stage
in 1 minute and 6 seconds
......@@ -9,6 +9,7 @@ function M.initial_effect(c)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetTarget(M.tg)
e1:SetOperation(M.op)
e1:SetCountLimit(1, Mid)
c:RegisterEffect(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