diff --git a/glossary.tex b/glossary.tex
index 6646601c751c43b0187b7a3d34ef9e7f40cf0865..6cb91b07e92cc794c0bbc8dbcddba2cf196465bd 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -234,13 +234,14 @@
   }
 
 \newglossaryentry{restingaction}{
-  name={A Resting Action},
+  name={Resting Actions},
   text={Resting Action},
   sort={Resting Action},
   first={\textit{Resting Action}},
   category={rules},
   prefix={a\space},
-  description={means an unhurried action, where a character has the time and safety to do somthing right}
+  description={can only happen when a character has no penalty for failure.
+  The player sets one die to `6', and rolls the other}
 }
 
 \newglossaryentry{downtime}{
diff --git a/stats.sty b/stats.sty
index 68950ce3116bc70152ca7c64eb66197a7d984be7..313025a1abc10902f72fcf0ef970fcd7fc3ee684 100644
--- a/stats.sty
+++ b/stats.sty
@@ -522,7 +522,6 @@
 	\setcounter{Speed}{#3}
 	\setcounter{Wits}{#4}
 	\setcounter{dr}{#5}
-	\setcounter{att}{#6}
 	\setcounter{Brawl}{#6}
 	\renewcommand{\skills}{#7}
 	\renewcommand{\abilities}{#8}
@@ -880,7 +879,9 @@
 
 \newcommand\undead{%
   \addtocounter{Speed}{-1}%
-  \addtocounter{Brawl}{2}%
+  \ifnum\value{Brawl}<3%
+    \setcounter{Brawl}{2}%
+  \fi%
   \renewcommand\abilities{%
     Undead%
     \ifnum\value{dr}>1%