diff options
author | RaindropsSys <contact@minteck.org> | 2023-06-07 17:01:59 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-06-07 17:01:59 +0200 |
commit | e5f50fb2ee79d26fec2c14b5e4dff0b5e3b481fa (patch) | |
tree | a8869a34a662ba36c5e782f009adffadb8eeb6e1 /pages/byspecies.inc | |
parent | ca07d777b1a35b43d587e7302346b35a8c4dece2 (diff) | |
download | pluralconnect-e5f50fb2ee79d26fec2c14b5e4dff0b5e3b481fa.tar.gz pluralconnect-e5f50fb2ee79d26fec2c14b5e4dff0b5e3b481fa.tar.bz2 pluralconnect-e5f50fb2ee79d26fec2c14b5e4dff0b5e3b481fa.zip |
Updated 11 files and added 3 files (automated)
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"); } |