diff --git a/CS/backpage.tex b/CS/backpage.tex
index fc159d64d170b10004e8575d8c30f8cb52c860f8..36ac7129ed2f43b3cc7bc2f50cc255a1169e337a 100644
--- a/CS/backpage.tex
+++ b/CS/backpage.tex
@@ -2,13 +2,30 @@
 
 \pagenumbering{gobble}
 
-{\Huge Story Points~\Repeat{5}{\sqn}}
 
 \iftoggle{examplecharacter}{
   \charSpellList
-  \lineDots[22]
   \renewcommand\charSpellList{}
+
+  \vspace{5em}
+
+  \ifdefstring{\race}{Elf}%
+    {
+      {\Huge Story Points~\Repeat{5}{\sqr}}
+      
+      (Elves begin with Story Points already spent)
+    }%
+    {%
+      {\Huge Story Points~\Repeat{5}{\sqn}}
+      \ifdefstring{\race}{Dwarf}{
+
+        Taciturn Dwarves do not spend Story Points in the first session.
+      }{}%
+    }%
+
+    \lineDots[22]
 }{
+  {\Huge Story Points~\Repeat{5}{\sqn}}
   \lineDots[32]
 }