diff --git a/monsters.sty b/monsters.sty
index 77bf32db7e00b99c36549d86037e9fa2d3be4ea8..f26eb9619f42dab169d5371014c954d09704e870 100644
--- a/monsters.sty
+++ b/monsters.sty
@@ -1983,19 +1983,28 @@
 }
 
 \newcommand{\cat}[1][\npc{\A}{Cat}]{
-  #1
-  \randomtwo
-  \randomtwoB
-  \addtocounter{r2b}{2}
-\animal{-5}% STRENGTH
-{\arabic{enc}}% DEXTERITY 
-{\arabic{r2b}}% SPEED
-{3}% WITS
-{0}% DR
-{\arabic{r2}}% AGGRESSION
-{Vigilance~2, Wyldcrafting~2}% SKILLS
-{\quadraped, \claws}% ABILITIES
-{}%
+    #1
+    \randomtwo
+    \randomtwoB
+    \randomtwoC
+    \addtocounter{r2b}{2}
+  \animal{-5}% STRENGTH
+  {\arabic{enc}}% DEXTERITY 
+  {\arabic{r2b}}% SPEED
+  {3}% WITS
+  {0}% DR
+  {\arabic{r2}}% AGGRESSION
+  {}% SKILLS
+  {\quadraped, \claws}% ABILITIES
+  {
+    \setcounter{Wyldcrafting}{2}
+    \setcounter{Vigilance}{\value{r2c}}
+    \setcounter{Charisma}{\value{r2c}}
+    \ifodd\value{r3}
+      \setcounter{Fate}{\value{r2c}}
+      \setcounter{fp}{3}
+    \fi
+  }%
 }
 
 \newcommand{\huntingdog}[1][\npc{\T[\arabic{r4b}]\A}{\arabic{r4b} Hunting Dogs}]{
diff --git a/stats.sty b/stats.sty
index 324e3bc01923285ab882fcff04b7030e0c6ad558..82ca34d0d27cbcbb17dacdad65df905c68788cf4 100644
--- a/stats.sty
+++ b/stats.sty
@@ -631,7 +631,12 @@
 	Strength & \arabic{Strength} & Dexterity & \arabic{Dexterity} & Speed & \arabic{Speed} \\
 \iftoggle{mind}{
 	Intelligence & \arabic{Intelligence}  & Wits & \arabic{Wits} & Charisma & \arabic{Charisma}  \\}{%
-	&& Wits & \arabic{Wits} \\
+	&& Wits & \arabic{Wits} 
+  &
+  \ifnum\value{Charisma}>0
+  Charisma & \arabic{Charisma}
+  \fi
+  \\
 	}
 
 \end{tabularx}