Skip to content
Snippets Groups Projects
Verified Commit 09a11d20 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

actually fix \npcQuote for real this time

parent 432126d1
Branches
No related tags found
No related merge requests found
......@@ -834,7 +834,7 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west)
\newcommand{\name}{}
\newcommand{\NPCdescription}{}
\newcommand{\currentQuote}{}
\newcommand\npcQuote[1]{\renewcommand\currentQuote{#1}}
\newcommand\npcQuote[1]{\global\renewcommand\currentQuote{#1}}
\newcommand{\mannerism}{}
\newcommand{\npcGoal}{}
\newcommand{\npcsymbol}{\adfast{\value{r4}}}
......
......@@ -443,6 +443,7 @@
\newcommand{\clean}{%
\global\togglefalse{snapCaster}%
\global\togglefalse{weaponMaster}%
\npcQuote{}%
\knacks{}%
\foreach \s in {Air,Earth,Fate,Fire,Water,Projectiles,Melee,Brawl,Academics,Alchemy,Athletics,Caving,Crafts,Cultivation,Deceit,Empathy,Flight,Medicine,Performance,Larceny,Seafaring,Stealth,Vigilance,Wyldcrafting}%
{\setcounter{\s}{0}}%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment