From 20f7b5fccef2a313dfab54ea3f23775b6f8fcc2c Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sun, 19 Feb 2023 16:42:13 +0100 Subject: [PATCH] capitalize animal abilities --- stats.sty | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/stats.sty b/stats.sty index 9579f84e..96f3211f 100644 --- a/stats.sty +++ b/stats.sty @@ -546,24 +546,24 @@ } \newcommand{\flight}{% - flight% + Flight% } \newcommand{\quadraped}{% - quadraped (double movement)% + Quadraped (double movement)% } \newcommand{\teeth}{% - teeth (grapple inflicts standard damage)% + Teeth (grapple inflicts standard damage)% } \newcommand{\venom}{% - venom (grappling inflicts 1D6 Fatigue)% + Venom (grappling inflicts 1D6 Fatigue)% } \newcommand{\web}{% \setcounter{track}{6}\addtocounter{track}{\value{str}}% - web (Strength + Athletics, TN \arabic{track} to break free as a movement action)% + Web (Strength + Athletics, TN \arabic{track} to break free as a movement action)% } -- GitLab