From 0040f0a6eb35ed0b30398eddce16b2670998cdad Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Mon, 30 Jan 2023 07:57:06 +0100 Subject: [PATCH] stop 0 xp goblins --- stats.sty | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stats.sty b/stats.sty index e1d173d4..dd931833 100644 --- a/stats.sty +++ b/stats.sty @@ -505,9 +505,9 @@ \iftoggle{examplecharacter}{} { - \ifnumcomp{\value{xp}}{<}{120}% - {\ifnumcomp{\value{xp}}{>}{90}% - {$1/2$ XP}{}}% + \ifnumcomp{\value{xp}}{<}{160}% + {\ifnumcomp{\value{xp}}{<}{100}% + {$1/2$ XP}{1 XP}}% { \divide\value{xp} by 160% \addtocounter{xp}{\value{xpbonus}}% -- GitLab