diff --git a/arms.sty b/arms.sty
index 4d63ce774eda169cee94a3a18eb0dc3b492dcfde..1de1022d3c02cc5a748a2c3d708c11d1f039468f 100644
--- a/arms.sty
+++ b/arms.sty
@@ -39,15 +39,18 @@
     \arabic{weaponBonus} &
     \ifnum\value{damage}>0 +\fi\arabic{damage}
     & \arabic{heft} &
-    \arabic{weight} &
-    \ifnum#6<1\else
-      \ifnum#6>200
-        \divide\value{cost} by 100
-        \arabic{cost} sp
-      \else
-        \arabic{cost} cp
+    \arabic{weight}
+    \iftoggle{examplecharacter}{}{% Example characters have all the weapon stats except cost, so we only need cost for the weapon charts in the core book.
+      &
+      \ifnum#6<1\else
+        \ifnum#6>200
+          \divide\value{cost} by 100
+          \arabic{cost} sp
+        \else
+          \arabic{cost} cp
+        \fi
       \fi
-    \fi
+    }
     \\
   }
 }