Skip to content
Snippets Groups Projects
Verified Commit 567450df authored by Malin Freeborn's avatar Malin Freeborn
Browse files

default weapon master to current weapon

parent 7da1c7fc
Branches
Tags
No related merge requests found
......@@ -793,7 +793,7 @@
\ifodd\value{r4b}
\brawler
\else
\weaponmaster{\weaponName}
\weaponmaster
\fi
}% KNACKS
{\rations, \lootSmall}% EQUIPMENT
......
......@@ -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}{%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment