From 01855311c8e999960b3d40dbc4fa192bdaafcca0 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sun, 5 Feb 2023 19:57:41 +0100
Subject: [PATCH] give \skill dotted line

---
 layout.sty | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layout.sty b/layout.sty
index 8314a95f..fb186c22 100644
--- a/layout.sty
+++ b/layout.sty
@@ -964,7 +964,7 @@ Roll & Result \\
   \line(1,0){120}
 
   }
-\newcommand{\skill}[1]{#1 \hrulefill & \ding{109} & \ding{109} & \ding{109} \\
+\newcommand{\skill}[1]{#1 \dotfill & \Repeat{3}{\ding{109}}\\
 }
 
 \newcommand{\longline}{\line(1,0){320}\par\vspace{.2cm}}
-- 
GitLab