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

show weapon bonuses as absolute numbers

parent 7cce552d
Branches
Tags
No related merge requests found
......@@ -46,7 +46,7 @@
%% It remains unterminated so you can add Costs.
\newcommand\showWeapon[1]{%
#1 \weaponName & \arabic{weaponBonus} & \arabic{weaponDamage} & \arabic{heft} & \arabic{weaponWeight}
#1 \weaponName & \absNum{weaponBonus} & \absNum{weaponDamage} & \arabic{heft} & \arabic{weaponWeight}
}
\newcommand\rangedWeapon[4][0]{%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment