Commit 65d2a36c authored by Tachibana's avatar Tachibana

eme

parent 48acb342
......@@ -226,10 +226,10 @@ function cm.actop(e,tp)
end
end
local rc=e:GetLabelObject():GetFirst()
if rk.check(rc,"OUMEI") or c:IsSetCard(0xccd) then
if rk.check(rc,"OUMEI") or rc:IsSetCard(0xccd) then
local te=rc:GetActivateEffect()
local tep=rc:GetControler()
if not te then
local tep=tp
if not te or not te:GetOperation() then
return
else
local condition=te:GetCondition()
......
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