From b33a18335778c9b9340a8137427cedcc94d3c50e Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sun, 2 Apr 2023 03:40:04 +0200 Subject: [PATCH] give npcs descriptions --- layout.sty | 4 ++-- stats.sty | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layout.sty b/layout.sty index adf8e70b..cdaa253e 100644 --- a/layout.sty +++ b/layout.sty @@ -578,7 +578,7 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west) %%%%% NPC Names \newcommand{\name}{} -\newcommand{\personality}{} +\newcommand{\NPCdescription}{} \newcommand{\mannerism}{} \newcommand{\archetype}{} \newcommand{\npcsymbol}{} @@ -586,7 +586,7 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west) \newcommand{\NPC}[5]{\renewcommand{\name}{#1 #2} \renewcommand{\npcsymbol}{#1} \settoggle{personality}{true} -\renewcommand{\personality}{#3} +\renewcommand{\NPCdescription}{#3} \renewcommand{\mannerism}{#4} \renewcommand{\archetype}{#5} } diff --git a/stats.sty b/stats.sty index 0a28bbbf..8636fb4b 100644 --- a/stats.sty +++ b/stats.sty @@ -285,7 +285,7 @@ You don't need to fall unconscious when making a Vitality check)% \iftoggle{personality}{ \textbf{Archetype:} \archetype, - \textbf{Personality:} \personality + \textbf{Description:} \NPCdescription \textbf{Mannerism:} \mannerism @@ -325,7 +325,7 @@ You don't need to fall unconscious when making a Vitality check)% \iftoggle{personality}{ - \textbf{Personality:} \personality + \textbf{Description:} \NPCdescription \textbf{Mannerism:} \mannerism -- GitLab