diff --git a/glossary.tex b/glossary.tex
index b3e7ef29781297433447f9fd7b4712b769cab273..c64dd6d14be73a5679d5c72bce59d703cc620e94 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -910,6 +910,14 @@
   description={Animal},
 }
 
+\newglossaryentry{Sw}{
+  type=symbols,
+  sort=Swarm,
+  nonumberlist,
+  name={\Juno},
+  description={Swarm},
+}
+
 % Guild Symbols
 
 \newglossaryentry{poison}{
@@ -1049,6 +1057,7 @@
 \newcommand{\F}{\gls{F}} % female
 \newcommand{\E}{\gls{E}} % sentient
 \newcommand{\A}{\gls{A}} % creature
+\newcommand{\Sw}{\gls{Sw}} % creature
 \newcommand{\N}{\gls{N}} % nura
 \newcommand{\R}{\gls{R}} % morph
 \newcommand{\D}{\gls{D}} % undead
diff --git a/stats.sty b/stats.sty
index 7daa826e9d1b1e5205c77eca53e30b587651eb79..f21e8367ab77b37aed333a288b6fd14065d0acd3 100644
--- a/stats.sty
+++ b/stats.sty
@@ -950,15 +950,14 @@
 \newcommand\swarm[6][]%
 {
   \begin{tcolorbox}[
-    title={\A\ Swarm: #2},
+    title={\Sw\ #2},
     before upper={\parindent0pt},
     ornamented,
     fontupper=\small,
-    halign=flush left,
-    left=10pt,
-    right=15pt,
+    left=3pt,
+    right=3pt,
     top=0pt,
-    bottom=0pt,
+    bottom=10pt,
     ]
   \randomize
   \clean
@@ -997,9 +996,7 @@
     \par
     \par\textbf{Abilities:} \Abilities
   }%
-  \vspace{1.4em}%
   \end{tcolorbox}%
-  \null%
 }