From e91b2db731006101e5bb46c3cfc10f0c9fd9c2d1 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Tue, 15 Oct 2024 11:40:59 +0200 Subject: [PATCH] fix scythes --- arms.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arms.sty b/arms.sty index f437da1..fae92f2 100644 --- a/arms.sty +++ b/arms.sty @@ -109,7 +109,7 @@ \newcommand{\poleaxe}{\weapon{Poleaxe}{3}{3}} \newcommand{\quarterstaff}{\weapon{Quarterstaff}{3}{0}} \newcommand{\rock}{\rangedWeapon{rock}{3}{2}} -\newcommand{\scythe}{\weapon[\addtocounter{armourWeight}{2}]{Scythe}{-2}{2}} +\newcommand{\scythe}{\weapon[\addtocounter{weaponWeight}{2}]{Scythe}{-2}{2}} \newcommand{\shortsword}{\weapon{Shortsword}{1}{1}} \newcommand{\skillet}{\weapon[\addtocounter{heft}{1}]{Frying Pan}{1}{2}} \newcommand{\spear}{\weapon{Spear}{3}{1}} -- GitLab