Commit cb612f52 authored by 花桃白音's avatar 花桃白音

fix--if extra--#04202048

parent 6605e21d
No preview for this file type
expansions/pics/4202048.jpg

69 KB | W: | H:

expansions/pics/4202048.jpg

70.4 KB | W: | H:

expansions/pics/4202048.jpg
expansions/pics/4202048.jpg
expansions/pics/4202048.jpg
expansions/pics/4202048.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -46,6 +46,12 @@ function cm.initial_effect(c) ...@@ -46,6 +46,12 @@ function cm.initial_effect(c)
end end
end) end)
Duel.RegisterEffect(e3,0) Duel.RegisterEffect(e3,0)
--spsummon
local e4=Effect.CreateEffect(c)
e4:SetType(EFFECT_TYPE_SINGLE)
e4:SetCode(EFFECT_CANNOT_DISABLE_SPSUMMON)
e4:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
c:RegisterEffect(e4)
--spsummon cost --spsummon cost
local e5=Effect.CreateEffect(c) local e5=Effect.CreateEffect(c)
e5:SetType(EFFECT_TYPE_SINGLE) e5: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