summaryrefslogtreecommitdiff
path: root/includes/util/banner.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/util/banner.inc')
-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 1f4d7fd..dfda86d 100644
--- a/includes/util/banner.inc
+++ b/includes/util/banner.inc
@@ -133,6 +133,7 @@ function getMemberBannerData(string $id, string $system, bool $french = false) {
"unicorn" => $metadata["robot"] ? "Robot licorne" : (!$metadata["plush"] ? "Licorne" : "Licorne en peluche"),
"changeling" => "Changelin",
"merpony" => "Poney sirène",
+ "kirin" => "Kirin",
default => $species . "_" . $metadata["robot"]
};
} else {
@@ -146,6 +147,7 @@ function getMemberBannerData(string $id, string $system, bool $french = false) {
"changeling" => "Changeling",
"human" => "Human",
"merpony" => "Merpony",
+ "kirin" => "Kirin",
default => $species . "_" . $metadata["robot"]
};
}