From a3b8822f27c3b2bed3c6d7bf71fa846cd3ea7e39 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sun, 10 Jul 2022 05:29:31 +0200 Subject: [PATCH] add wits to mana instead of intelligence --- stats.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stats.sty b/stats.sty index 22cc22c3..102e154d 100644 --- a/stats.sty +++ b/stats.sty @@ -1,4 +1,4 @@ -\ProvidesPackage{monsters} +\ProvidesPackage{config/stats} %%%%%%%%%%%%%%%%%%%% Introduction % This is a list of monster-commands. You put in the command, like "\dragon", and a dragon will be conjured unto your pdf. % If you're unhapy with your dragon, copy-paste the bit where it says \dragon{blah}{bla}, then change those numbers. @@ -475,7 +475,7 @@ }% \ifnumcomp{\value{dr}}{>}{0}{DR \arabic{dr}~\armourtype, }{}% \ifnum\value{mp}>0% - \addtocounter{mp}{\value{int}}% + \addtocounter{mp}{\value{wts}}% \mbox{ \ifnum\value{mpb}=0% \arabic{mp}~MP% -- GitLab