Commit 60fe542d authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c16348129.lua

parent 5797c877
...@@ -20,9 +20,9 @@ function c16348129.initial_effect(c) ...@@ -20,9 +20,9 @@ function c16348129.initial_effect(c)
e1:SetCondition(c16348129.crcon1) e1:SetCondition(c16348129.crcon1)
c:RegisterEffect(e1) c:RegisterEffect(e1)
local e11=e1:Clone() local e11=e1:Clone()
e1:SetTargetRange(1,0) e11:SetTargetRange(1,0)
e1:SetCondition(c16348129.crcon2) e11:SetCondition(c16348129.crcon2)
c:RegisterEffect(e1) c:RegisterEffect(e11)
--cannot --cannot
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_QUICK_O) e2:SetType(EFFECT_TYPE_QUICK_O)
......
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