diff options
Diffstat (limited to 'includes/banner.php')
-rw-r--r-- | includes/banner.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/banner.php b/includes/banner.php index b5088df..8501a61 100644 --- a/includes/banner.php +++ b/includes/banner.php @@ -162,6 +162,10 @@ function getSubsystemFromMember(array $member) { echo "Alicorn"; break; + case "crystal": + echo "Crystal pony"; + break; + case "pegasus": echo "Pegasus"; break; |