Commit bfb5d942 authored by TanakaKotoha's avatar TanakaKotoha

redesign 2

parent 4932453a
No preview for this file type
--静式自拍
local m=81011052
local cm=_G["c"..m]
require("expansions/script/c81000000")
function cm.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
......@@ -15,7 +16,7 @@ function cm.initial_effect(c)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_TRAP_ACT_IN_HAND)
e2:SetCondition(cm.handcon)
e2:SetCondition(Tenka.ReikaCon)
c:RegisterEffect(e2)
end
function cm.filter(c,tp)
......
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