From c2934fa4671da176987201b0673c147f1b1d2dcd Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@tutamail.com>
Date: Tue, 26 Jan 2021 12:21:03 +0100
Subject: [PATCH] increase \needspace in \story to 4em

---
 bind.sty | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bind.sty b/bind.sty
index 797ac34a..d5c20007 100644
--- a/bind.sty
+++ b/bind.sty
@@ -71,7 +71,7 @@
 						align=center,
 						anchor=north east
 					]
-			 		at ($ (current page.north east) + (-0cm,-2*\thechapshift cm) $)
+			 		at ($ (current page.north east) + (-0cm,-1*\thechapshift cm) $)
 			 		{\rotatebox{90}{\hspace*{.3cm}\parbox[c][1.5cm][t]{3.4cm}{%
 			 		\raggedright\textcolor{white}{\scshape\rightmark}}}};
 				\end{tikzpicture}%
@@ -256,7 +256,7 @@ bookmarks=true]%
   \node[minimum width=.25\textwidth, inner sep=-5, outer sep=0, anchor=south west, text width=.25\textwidth, align=left] at (chapname.south east) {\chapnumfont\textcolor{chapnumcol}{\Roman{chapter}}};
 \end{tikzpicture}}
 {0pt}
-{\Huge\FancyFont\ChapFrame}
+{\Huge\FancyFont}
 
 
 \titleformat{\section}[frame]
@@ -265,7 +265,7 @@ bookmarks=true]%
 \footnotesize
 \enspace \fancyfont SECTION \thesection\enspace}
 {8pt}
-{\Large\bfseries\filcenter\fancyfont}
+{\Large\bfseries\filcenter\fancyfont\ChapFrame}
 
 \titleformat{\subsection}%
 	{\needspace{9em}\center\large\bfseries}%
@@ -441,7 +441,7 @@ Roll & Result \\
 
 %%%%%%%%%%%%%%%%%%% COMMANDS %%%%%%%%%%%%%%%%%%%%
 
-\newcommand{\story}[2]{\needspace{2em}\vspace{.3cm}\noindent\textbf{#2\ldots}\par\noindent Cost: #1\par\noindent}
+\newcommand{\story}[2]{\needspace{4em}\vspace{.3cm}\noindent\textbf{#2\ldots}\par\noindent Cost: #1\par\noindent}
 
 \newcommand{\best}[2][\C]{\npc{#1}{#2}\subsubsection{#2}\index{Antagonists!#2}}
 
-- 
GitLab