Commit 5401d99a authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 7c15e343
Pipeline #29866 passed with stages
in 44 minutes and 38 seconds
...@@ -21,7 +21,7 @@ function cm.initial_effect(c) ...@@ -21,7 +21,7 @@ function cm.initial_effect(c)
e3:SetType(EFFECT_TYPE_IGNITION) e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET) e3:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetRange(LOCATION_MZONE) e3:SetRange(LOCATION_MZONE)
e3:SetCountLimit(1,m) e3:SetCountLimit(1)
e3:SetTarget(cm.lvltg) e3:SetTarget(cm.lvltg)
e3:SetOperation(cm.lvlop) e3:SetOperation(cm.lvlop)
c:RegisterEffect(e3) c:RegisterEffect(e3)
......
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