summaryrefslogtreecommitdiff
path: root/includes/util
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-07-05 18:25:17 +0200
committerRaindropsSys <contact@minteck.org>2023-07-05 18:25:17 +0200
commit783355a2b835c7d036674e121de4424b346fa9e4 (patch)
treedc601cc86c5ff33d99eb68958d305ab790c369ce /includes/util
parentea1e6f5c4d1f77f81ed7acd8f4e1f36b81073596 (diff)
downloadpluralconnect-783355a2b835c7d036674e121de4424b346fa9e4.tar.gz
pluralconnect-783355a2b835c7d036674e121de4424b346fa9e4.tar.bz2
pluralconnect-783355a2b835c7d036674e121de4424b346fa9e4.zip
Updated 7 files and added 5 files (automated)
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 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"]
};
}