diff options
author | RaindropsSys <contact@minteck.org> | 2023-07-05 18:25:17 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-07-05 18:25:17 +0200 |
commit | 783355a2b835c7d036674e121de4424b346fa9e4 (patch) | |
tree | dc601cc86c5ff33d99eb68958d305ab790c369ce /includes/util/banner.inc | |
parent | ea1e6f5c4d1f77f81ed7acd8f4e1f36b81073596 (diff) | |
download | pluralconnect-783355a2b835c7d036674e121de4424b346fa9e4.tar.gz pluralconnect-783355a2b835c7d036674e121de4424b346fa9e4.tar.bz2 pluralconnect-783355a2b835c7d036674e121de4424b346fa9e4.zip |
Updated 7 files and added 5 files (automated)
Diffstat (limited to 'includes/util/banner.inc')
-rw-r--r-- | includes/util/banner.inc | 2 |
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"] }; } |