From 6810e3019acd279f06679e95eb158e08283c96ac Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Tue, 7 May 2024 08:53:20 +0200 Subject: [PATCH] replace basilisk swarm with crawlers --- monsters.sty | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/monsters.sty b/monsters.sty index a3299f84..d9bf0feb 100644 --- a/monsters.sty +++ b/monsters.sty @@ -1500,11 +1500,11 @@ %%%%% Swarms %%%%% -\newcommand\basiliskSwarm{ - \swarm{Basilisk Hatchlings}% Name +\newcommand\crawlerSwarm{ + \swarm{Crawler Hatchlings}% Name {r12}% {0}% - {1}% + {3}% {-1} } -- GitLab