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

Replace c22600015.lua

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