Commit 3d572c07 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c11451900.lua

parent 5b968080
Pipeline #32494 canceled with stages
in 2 minutes and 54 seconds
...@@ -9,6 +9,9 @@ function cm.initial_effect(c) ...@@ -9,6 +9,9 @@ function cm.initial_effect(c)
e1:SetRange(LOCATION_DECK) e1:SetRange(LOCATION_DECK)
e1:SetValue(0xc976) e1:SetValue(0xc976)
c:RegisterEffect(e1) c:RegisterEffect(e1)
local e4=e1:Clone()
e4:SetValue(0xc977)
c:RegisterEffect(e4)
--cannot special summon --cannot special summon
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE) e2:SetType(EFFECT_TYPE_SINGLE)
......
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