Skip to content
Snippets Groups Projects
Unverified Commit bb0783d7 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

add npc quote

parent 27077755
No related branches found
No related tags found
No related merge requests found
......@@ -675,6 +675,7 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west)
\newcommand{\name}{}
\newcommand{\NPCdescription}{}
\newcommand{\npcQuote}{}
\newcommand{\mannerism}{}
\newcommand{\archetype}{}
\newcommand{\npcsymbol}{\decofourleft\decotwo\decofourright}
......
......@@ -474,6 +474,7 @@
\iftoggle{personality}{
\begin{multicols}{2}
\raggedright
\noindent
\textbf{Archetype:} \archetype,
......@@ -483,6 +484,9 @@
\columnbreak
\noindent
\textbf{Description:} \NPCdescription
\ifdefempty{\npcQuote}{}{
\textbf{Quote:} \npcQuote \\
}
\end{multicols}
\vspace{1em}
......@@ -581,6 +585,7 @@
\setcounter{knacks}{0}
\setcounter{mp}{0}
\setcounter{xpbonus}{0}
\renewcommand\npcQuote{}
}
%% _ _ _ _ _
......
......@@ -142,7 +142,7 @@ This section is non-verbose, so only basic stats are shown.
\basilisk
\humanbard[\NPC{\Hu\M}{Chris}{Despondent}{Sighs}{Jester}]
\humanbard[\renewcommand\npcQuote{We are all going to die}\NPC{\Hu\M}{Chris}{Despondent}{Sighs}{Jester}]
\humanbard
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment