Commit 4338c421 authored by Grajade's avatar Grajade

Update c37900011.lua

parent e40e6e97
Pipeline #24586 passed with stages
in 28 minutes and 30 seconds
--黑白魔法使 --黑白魔法使
if not pcall(function() dofile("expansions/script/c37900000.lua") end) then dofile("script/c37900000.lua") end if not pcall(function() require("expansions/script/c37900000.lua") end) then require("script/c37900000.lua") end
local m,cm = rscf.DefineCard(37900011) local m,cm = rscf.DefineCard(37900011)
function cm.initial_effect(c) function cm.initial_effect(c)
--xyz summon --xyz summon
......
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