From a8ccf4309694a2b23eefd96ef8b796540877798c Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Tue, 14 Sep 2021 01:36:27 +0200
Subject: [PATCH] fix story points

---
 bind.sty | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bind.sty b/bind.sty
index 2eb0f00f..bd1df914 100644
--- a/bind.sty
+++ b/bind.sty
@@ -631,7 +631,9 @@ Roll & Result \\
 
 %%%%%%%%%%%%%%%%%%% COMMANDS %%%%%%%%%%%%%%%%%%%%
 
-\newcommand{\story}[2]{\needspace{4em}\vspace{.3cm}\noindent\textbf{#2\ldots}\par\noindent Cost: #1\par\noindent}
+\newcommand{\story}[2]{%
+\subsubsection{#2}
+Cost: #1\par\noindent}
 
 \newcommand{\best}[2][\C]{\npc{#1}{#2}\subsubsection{#2}\index{Antagonists!#2}}
 
-- 
GitLab