Commit f8131e74 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c22600019.lua

parent ae8f2f55
......@@ -35,6 +35,9 @@ function cm.initial_effect(c)
e9:SetCode(EVENT_PHASE_START+PHASE_MAIN2)
e9:SetCountLimit(1)
c:RegisterEffect(e9)
local e20=e1:Clone()
e20:SetCode(EVENT_CHAIN_NEGATED)
c:RegisterEffect(e20)
local e10=Effect.CreateEffect(c)
e10:SetDescription(aux.Stringid(m,0))
e10:SetCategory(CATEGORY_REMOVE)
......
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