From 9ae227552d2be25fe4e48534462e6d0f5fae1051 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Wed, 30 Aug 2023 00:01:13 +0200
Subject: [PATCH] sneak \npcsymbol into headrule

---
 layout.sty | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/layout.sty b/layout.sty
index 1c04503f..227fddf7 100644
--- a/layout.sty
+++ b/layout.sty
@@ -66,7 +66,7 @@
   \vspace{-6pt}%
   \textcolor{\pageSideColor}{\hrulefill}%
   \raisebox{-2.1pt}%
-    {\textcolor{\pageSideColor}{\quad\decofourleft\decotwo\decofourright\quad}}%
+    {\textcolor{\pageSideColor}{\quad\npcsymbol\quad}}%
   \textcolor{\pageSideColor}{\hrulefill}%
 }
 
@@ -647,7 +647,7 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west)
 \newcommand{\NPCdescription}{}
 \newcommand{\mannerism}{}
 \newcommand{\archetype}{}
-\newcommand{\npcsymbol}{}
+\newcommand{\npcsymbol}{\decofourleft\decotwo\decofourright}
 \newcommand{\npc}[2]{\settoggle{personality}{false}\renewcommand{\name}{#2}\renewcommand{\npcsymbol}{#1}}
 \newcommand{\NPC}[5]{\renewcommand{\name}{#2}
 \renewcommand{\npcsymbol}{#1}
-- 
GitLab