From 783355a2b835c7d036674e121de4424b346fa9e4 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Wed, 5 Jul 2023 18:25:17 +0200 Subject: Updated 7 files and added 5 files (automated) --- includes/util/banner.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/util/banner.inc') 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"] }; } -- cgit