summaryrefslogtreecommitdiff
path: root/includes/util
diff options
context:
space:
mode:
Diffstat (limited to 'includes/util')
-rw-r--r--includes/util/banner.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/util/banner.inc b/includes/util/banner.inc
index 63e30c6..aca1edb 100644
--- a/includes/util/banner.inc
+++ b/includes/util/banner.inc
@@ -135,6 +135,7 @@ function getMemberBannerData(string $id, string $system, bool $french = false) {
"changeling" => "Changelin",
"merpony" => "Poney sirène",
"kirin" => "Kirin",
+ "deer" => "Deer",
default => $species . "_" . $metadata["robot"]
};
} else {
@@ -149,6 +150,7 @@ function getMemberBannerData(string $id, string $system, bool $french = false) {
"human" => "Human",
"merpony" => "Merpony",
"kirin" => "Kirin",
+ "deer" => "Deer",
default => $species . "_" . $metadata["robot"]
};
}