Commit 09ea2177 authored by wyykak's avatar wyykak

fix c61122.lua

parent 47f5739b
...@@ -21,7 +21,6 @@ function c61122.initial_effect(c) ...@@ -21,7 +21,6 @@ function c61122.initial_effect(c)
e2:SetCost(c61122.drcost) e2:SetCost(c61122.drcost)
e2:SetTarget(c61122.drtg) e2:SetTarget(c61122.drtg)
e2:SetOperation(c61122.drop) e2:SetOperation(c61122.drop)
e2:SetCountLimit(1)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
c61122.DescSetName = 0x229 c61122.DescSetName = 0x229
......
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