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.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/util/banner.inc b/includes/util/banner.inc
index 6c6b128..01362a0 100644
--- a/includes/util/banner.inc
+++ b/includes/util/banner.inc
@@ -144,6 +144,7 @@ function getMemberBannerData(string $id, string $system, bool $french = false) {
"batpony" => $metadata["robot"] ? "Robot bat pony" : (!$metadata["plush"] ? "Bat pony" : "Bat pony plush"),
"unicorn" => $metadata["robot"] ? "Robot unicorn" : (!$metadata["plush"] ? "Unicorn" : "Unicorn plush"),
"changeling" => "Changeling",
+ "human" => "Human",
"merpony" => "Merpony",
default => $species . "_" . $metadata["robot"]
};