diff --git a/monsters.sty b/monsters.sty
index 1b5c84244313de79a9c0c3c7b8fdf7cc076bf7a9..c64b26565d349c2e5b93340709e179fe0ce07ed9 100644
--- a/monsters.sty
+++ b/monsters.sty
@@ -793,7 +793,7 @@
       \ifodd\value{r4b}
         \brawler
       \else
-        \weaponmaster{\weaponName}
+        \weaponmaster
       \fi
     }% KNACKS
     {\rations, \lootSmall}% EQUIPMENT
diff --git a/stats.sty b/stats.sty
index be10f5e96d6c1ce18a8e769c2285ff3c5683464f..1746fb4ea8d41a89e1d365e576350181d9b7395d 100644
--- a/stats.sty
+++ b/stats.sty
@@ -481,10 +481,10 @@
   \iftoggle{examplecharacter}{ (+2 Intelligence after losing HP)}{}%
 }
 
-\newcommand{\weaponmaster}[1]{%
+\newcommand{\weaponmaster}[1][\weaponName]{%
   \addtocounter{att}{0}%
   Weapon Master
-  (+1 attack with a {#1})%
+  (+1 to #1 attacks)%
 }
 
 \newcommand{\autophage}{%