Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -237,12 +237,15 @@ h1 = h1 .. "无机智 " end if s["开局选卡入手之数"] then h1 = h1 .. "选" .. s["开局选卡入手之数"] .. "卡 " end - if s["禁格之数"] then - h1 = h1 .. "禁" .. s["禁格之数"] .. "格 " + if s["量之禁「主怪格」"] then + h1 = h1 .. "禁" .. s["量之禁「主怪格」"] .. "怪格 " + end + if s["量之禁「魔陷格」"] then + h1 = h1 .. "禁" .. s["量之禁「魔陷格」"] .. "魔格 " end if s["开局洗卡抽卡之数"] then h1 = h1 .. "抽" .. s["开局洗卡抽卡之数"] .. "卡 " end Debug.ShowHint(h1)