diff options
Diffstat (limited to 'pages/byspecies.inc')
-rw-r--r-- | pages/byspecies.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/byspecies.inc b/pages/byspecies.inc index 672493e..7a032db 100644 --- a/pages/byspecies.inc +++ b/pages/byspecies.inc @@ -39,6 +39,7 @@ function page() { global $lang; if ($species === "batpony") $batpony[] = $member; if ($species === "crystal") $crystal[] = $member; if ($species === "changeling") $changeling[] = $member; + if ($species === "human") $human[] = $member; if ($species === "merpony") $merpony[] = $member; } } @@ -50,6 +51,7 @@ function page() { global $lang; species($batpony, "batpony", $lang["species"]["batpony"][3]); species($crystal, "crystal", $lang["species"]["crystal"][3]); species($changeling, "changeling", "Changelings"); + species($human, "human", "Humans"); species($merpony, "merpony", "Merponies"); } |