From 03887edb5240a3b9715ebaf0d3f7502371dfc26a Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@tutamail.com> Date: Sat, 30 May 2020 17:14:15 +0200 Subject: [PATCH] fix missing comma in chitincrawler --- monsters.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monsters.tex b/monsters.tex index 162276c9..2137d2c4 100644 --- a/monsters.tex +++ b/monsters.tex @@ -491,7 +491,7 @@ {\arabic{r4}}% WITS {\arabic{enc}}% DR {\ifodd\value{r3} 3\else 4\fi}% AGGRESSION -{Athletics \arabic{r3b}, Survival \arabic{r3}\ifodd\value{r4} Vigilance \arabic{r3b}\fi}% SKILLS +{Athletics \arabic{r3b}, Survival \arabic{r3}, \ifodd\value{r4} Vigilance \arabic{r3b}\fi}% SKILLS {\web}% ABILITIES {} } -- GitLab