Commit 3f3be1b7 authored by Grajade's avatar Grajade

Update c37900029.lua

parent 0749be6d
Pipeline #24580 passed with stages
in 36 minutes and 22 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(37900029) local m,cm = rscf.DefineCard(37900029)
function cm.initial_effect(c) function cm.initial_effect(c)
c:EnableReviveLimit() c:EnableReviveLimit()
......
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