Commit 18f0978c authored by 聖園ミカ's avatar 聖園ミカ 🐟

7

parent 8681d011
...@@ -56,7 +56,7 @@ function cm.initial_effect(c) ...@@ -56,7 +56,7 @@ function cm.initial_effect(c)
e11:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e11:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e11:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e11:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e11:SetCode(EVENT_REMOVE) e11:SetCode(EVENT_REMOVE)
e11:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_CARD_TARGET) e11:SetProperty(EFFECT_FLAG_DELAY)
e11:SetCountLimit(1,m+10000) e11:SetCountLimit(1,m+10000)
e11:SetTarget(cm.thtg) e11:SetTarget(cm.thtg)
e11:SetOperation(cm.thop) e11:SetOperation(cm.thop)
......
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