Commit 8d258df1 authored by Tachibana's avatar Tachibana

eme

parent f2ae6fd7
Pipeline #9034 passed with stages
in 37 minutes and 40 seconds
......@@ -3,3 +3,7 @@ local m=26821000
local cm=_G["c"..m]
cm.named_with_SliverScene=1
Duel.LoadScript("c26800000.lua")
function cm.IsSliverScene(c)
local m=_G["c"..c:GetCode()]
return m and (m.named_with_SliverScene or c:IsCode(26821000,26821999))
end
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