Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -28,9 +28,9 @@ Duel.RegisterEffect(effect_1 , 0) end _G["开局说明"] = function() -Debug.ShowHint(Duel.GetFieldGroupCount(0,LOCATION_GRAVE,0)) + str["我方墓地的效果卡数量"] = Duel.GetFieldGroupCount(0,LOCATION_GRAVE,0) end