Commit 1ba5a0a8 authored by Tachibana's avatar Tachibana

ndyd

parent 26c9f8e3
......@@ -21,7 +21,7 @@ function cm.initial_effect(c)
e3:SetTarget(cm.drtg)
e3:SetOperation(cm.drop)
c:RegisterEffect(e3)
local e2=e1:Clone()
local e2=e3:Clone()
e2:SetCode(EVENT_REMOVE)
c:RegisterEffect(e2)
end
......
......@@ -21,7 +21,7 @@ function cm.initial_effect(c)
e3:SetTarget(cm.drtg)
e3:SetOperation(cm.drop)
c:RegisterEffect(e3)
local e2=e1:Clone()
local e2=e3:Clone()
e2:SetCode(EVENT_REMOVE)
c:RegisterEffect(e2)
end
......
......@@ -21,7 +21,7 @@ function cm.initial_effect(c)
e3:SetTarget(cm.drtg)
e3:SetOperation(cm.drop)
c:RegisterEffect(e3)
local e2=e1:Clone()
local e2=e3:Clone()
e2:SetCode(EVENT_REMOVE)
c:RegisterEffect(e2)
end
......
......@@ -21,7 +21,7 @@ function cm.initial_effect(c)
e3:SetTarget(cm.drtg)
e3:SetOperation(cm.drop)
c:RegisterEffect(e3)
local e2=e1:Clone()
local e2=e3:Clone()
e2:SetCode(EVENT_REMOVE)
c:RegisterEffect(e2)
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