diff --git a/CS.tex b/CS.tex
index e2fb3fd8563bb5c15365800987c1092606716781..721c2de1acbfe4d2a50eacf10098771b6bb1a958 100644
--- a/CS.tex
+++ b/CS.tex
@@ -268,7 +268,6 @@ circle label/.style = {
       \skill{Larceny}
       \skill{Seafaring}
       \skill{Stealth}
-      \skill{Tactics}
       \skill{Vigilance}
       \skill{Wyldcrafting}
       \emptySkill
diff --git a/csCommands.sty b/csCommands.sty
index 68dc31012488dafcfe99b0e2f57eef1557489ee9..5fd5d927e675a354563f306860ee3390e5a974f6 100644
--- a/csCommands.sty
+++ b/csCommands.sty
@@ -47,8 +47,6 @@
   \setcounter{Seafaring}{0}
 \newcounter{Stealth}
   \setcounter{Stealth}{0}
-\newcounter{Tactics}
-  \setcounter{Tactics}{0}
 \newcounter{Vigilance}
   \setcounter{Vigilance}{0}
 \newcounter{Wyldcrafting}
diff --git a/monsters.sty b/monsters.sty
index 804388e08ac33845eb0a5090e3e222fb2fb392f7..1ea7658261c8663b3a88cc86108525c56fdd92ba 100644
--- a/monsters.sty
+++ b/monsters.sty
@@ -84,7 +84,6 @@
   {
     \set{Brawl}{2}
     \set{Stealth}{r2t3}
-    \set{Tactics}{r2b}
   }% SKILLS
   {\adrenalinesurge, \perfectsneakattack}% KNACKS
   {\teeth \hide{2}}% ABILITIES
@@ -96,7 +95,7 @@
   {0}% WITS
   {%
     \set{Athletics}{2}%
-    \set{Tactics}{2}%
+    \set{Wyldcrafting}{2}%
   }% SKILLS
   {}% KNACKS
   {\teeth, \quadraped}% ABILITIES
@@ -110,7 +109,7 @@
   {%
     \set{Athletics}{2}
     \set{Stealth}{r4t6}
-    \set{Tactics}{r3}
+    \set{Wyldcrafting}{r3}
     \set{Intelligence}{r3c}
     \addtocounter{Intelligence}{-6}
   }% SKILLS
@@ -142,7 +141,6 @@
       \set{Athletics}{r2b}
       \set{Flight}{r3c}
       \set{Deceit}{r2c}
-      \set{Tactics}{2}
       \set{Vigilance}{3}
       \set{Air}{rn1t0}
       \set{Fire}{r3}
@@ -186,7 +184,7 @@
     \set{Caving}{r2c}
     \set{Melee}{2}
     \set{Crafts}{r2c}
-    \set{Tactics}{1}
+    \set{Cultivation}{1}
     \ifodd\value{r2}
       \spear
       \partialchain
@@ -209,7 +207,6 @@
       \set{Academics}{r3b}
       \set{Caving}{r2}
       \set{Crafts}{rn1t2}
-      \set{Tactics}{r2}
       \shortsword
     }% SKILLS
     {\ritualcaster}% KNACKS
@@ -415,7 +412,7 @@
       \else
         \set{Athletics}{r2b}
       \fi
-      \set{Tactics}{r2t3}
+      \set{Cultivation}{r2t3}
       \shortsword%
       \ifnum\value{Strength}=0%
         \partialelvish%
@@ -526,7 +523,7 @@
       \ifodd\value{r4}
         \set{Empathy}{1}
       \else
-        \set{Tactics}{1}
+        \set{Deceit}{1}
       \fi
       \set{Wyldcrafting}{rn3t3}
       \set{Cultivation}{rn1t2}
@@ -965,7 +962,6 @@
       \set{Brawl}{rn1t2}
       \set{Caving}{r2}
       \set{Stealth}{r2}
-      \set{Tactics}{rn1t2}
       \ifodd\value{Strength}
         \javelin
       \else
@@ -1005,7 +1001,6 @@
       \fi
       \set{Caving}{r3c}
       \set{Stealth}{r2}
-      \set{Tactics}{r2c}
       \set{Fire}{rn3t3}
       \set{Earth}{r2}
       \set{Water}{rn1t2}
@@ -1041,7 +1036,6 @@
       \set{Brawl}{rn1t2}
       \set{Caving}{r2}
       \set{Stealth}{r2}
-      \set{Tactics}{rn1t2}
       \ifcase\value{Strength}
         \Dagger
       \or
@@ -1180,8 +1174,6 @@
       \fi
       \ifodd\value{r3}
         \set{Wyldcrafting}{rn1t2}
-      \else
-        \set{Tactics}{r2}
       \fi
       \set{Stealth}{r2b}
       \ifcase\value{Strength}\relax
@@ -1264,7 +1256,7 @@
       \ifodd\value{r3}
         \set{Wyldcrafting}{rn1t2}
       \else
-        \set{Tactics}{r2}
+        \set{Caving}{r2}
       \fi
       \set{Stealth}{r2b}
       \ifcase\value{Strength}\relax
@@ -1304,7 +1296,7 @@
       \ifodd\value{r3}
         \set{Wyldcrafting}{rn1t2}
       \else
-        \set{Tactics}{r2}
+        \set{Deceit}{r2}
       \fi
       \set{Stealth}{r2b}
       \ifnum\value{Strength}>1
@@ -1524,7 +1516,7 @@
       \set{Vigilance}{r3c}
       \set{Xenomology}{r3t4}
       \set{Flight}{r4}
-      \set{Tactics}{rn3t3}
+      \set{Deceit}{rn3t3}
       \set{Air}{rn1t2}
       \set{Earth}{r3t4}
       \set{Fire}{r2t3}
diff --git a/stats.sty b/stats.sty
index 2e32cc23c75f7bacbdec54bc744f7eba0381f891..b4656464163fe9427957ef4bcd42243e569ca2c4 100644
--- a/stats.sty
+++ b/stats.sty
@@ -108,7 +108,7 @@
 \newcommand\dmg[1]{\conDmg{#1}\showDam}
 
 \newcommand\showSkills{
-    \foreach \s in {Projectiles,Melee,Brawl,Academics,Athletics,Caving,Crafts,Cultivation,Deceit,Empathy,Flight,Medicine,Performance,Larceny,Seafaring,Stealth,Tactics,Vigilance,Wyldcrafting}
+    \foreach \s in {Projectiles,Melee,Brawl,Academics,Athletics,Caving,Crafts,Cultivation,Deceit,Empathy,Flight,Medicine,Performance,Larceny,Seafaring,Stealth,Vigilance,Wyldcrafting}
       {\ifnum\value{\s}>0 \s~\arabic{\s}, \fi}
 }
 
@@ -507,7 +507,7 @@
 \newcommand{\clean}{%
   \global\togglefalse{snapCaster}%
   \knacks{}%
-  \foreach \s in {Air,Earth,Fate,Fire,Water,Projectiles,Melee,Brawl,Academics,Alchemy,Athletics,Caving,Crafts,Cultivation,Deceit,Empathy,Flight,Medicine,Performance,Larceny,Seafaring,Stealth,Tactics,Vigilance,Wyldcrafting}%
+  \foreach \s in {Air,Earth,Fate,Fire,Water,Projectiles,Melee,Brawl,Academics,Alchemy,Athletics,Caving,Crafts,Cultivation,Deceit,Empathy,Flight,Medicine,Performance,Larceny,Seafaring,Stealth,Vigilance,Wyldcrafting}%
     {\setcounter{\s}{0}}%
   \foreach \s in {encumbrance,dr,covering,weaponDamage,weaponBonus,weaponWeight,armourWeight,armourDR,armourWeight,fp,heft,weight,damage,knacks,mp,xpbonus}%
     {\setcounter{\s}{0}}%
diff --git a/talismans.sty b/talismans.sty
index 98f75ec6f679eb4a2e92f910a89e2db4eadf7e87..30b4c6a7dca73f60d1d2cac9b4a660eb27df6993 100644
--- a/talismans.sty
+++ b/talismans.sty
@@ -124,7 +124,7 @@
     {Water, Earth}% Spheres
     {\roll{Strength}{Athletics}}% Resistance
     {The item is a baby mouth-digger, suspended in its mother's birthing sack.
-    Eating one requires a \roll{Strength}{Tactics} check, to crunch the creature's bones without breaking any teeth (\tn[6]), and once eaten, the consumer begins to shrink, losing \arabic{spellCost} Strength}% Summary
+    Eating one requires a \roll{Strength}{Cultivation} check, to crunch the creature's bones without breaking any teeth (\tn[6]), and once eaten, the consumer begins to shrink, losing \arabic{spellCost} Strength}% Summary
     {
     Underground travellers occasionally travel with a few of these creatures, in order to fit through small underground tunnels.}% Details
 }
diff --git a/test.tex b/test.tex
index aa35d2a947522199a5f5cd56062dfc002f77bb85..8dab9042a14b908b7a76721774effdfb4b331a09 100644
--- a/test.tex
+++ b/test.tex
@@ -31,7 +31,6 @@ That means the season in Fenestra is \showSeason, which means it's \showTemperat
     \set{Caving}{r2c}
     \set{Melee}{2}
     \set{Crafts}{r2c}
-    \set{Tactics}{1}
     \spear
     \partialchain
   }% SKILLS
@@ -396,7 +395,6 @@ Words are needed after each subsection to avoid the boxes making problems.
 \setcounter{Larceny}{0}
 \setcounter{Seafaring}{0}
 \setcounter{Stealth}{0}
-\setcounter{Tactics}{1}
 \setcounter{Vigilance}{0}
 \setcounter{Wyldcrafting}{0}