Commit 7645068b authored by Grajade's avatar Grajade

Update c37900002.lua

parent 6aef29b0
Pipeline #24590 canceled with stages
--神隐之地 --神隐之地
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(37900002,"ShenYing") local m , cm = rscf.DefineCard(37900002,"ShenYing")
function cm.initial_effect(c) function cm.initial_effect(c)
local e1 = rsef.A(c) local e1 = rsef.A(c)
......
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