diff options
author | Minteck <contact@minteck.org> | 2022-12-18 15:35:37 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-12-18 15:35:37 +0100 |
commit | 39a288eb0f225a4d97e672f32a3c2c5e9c62a26b (patch) | |
tree | 891483cf4fe1691266ad2dc2b6058b9e5a606981 /includes/bitset.inc | |
parent | 30303a3ad0d0f31d93c25f42bfd10d70e8277b72 (diff) | |
download | pluralconnect-39a288eb0f225a4d97e672f32a3c2c5e9c62a26b.tar.gz pluralconnect-39a288eb0f225a4d97e672f32a3c2c5e9c62a26b.tar.bz2 pluralconnect-39a288eb0f225a4d97e672f32a3c2c5e9c62a26b.zip |
Update
Diffstat (limited to 'includes/bitset.inc')
-rw-r--r-- | includes/bitset.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/bitset.inc b/includes/bitset.inc index 0bd5c4d..7d5a963 100644 --- a/includes/bitset.inc +++ b/includes/bitset.inc @@ -33,6 +33,7 @@ function parseBitset ($bitset) { "0100" => "alicorn", "0101" => "batpony", "0110" => "crystal", + "0111" => "changeling", default => null, }; @@ -43,6 +44,7 @@ function parseBitset ($bitset) { "0100" => "alicorn", "0101" => "batpony", "0110" => "crystal", + "0111" => "changeling", default => null, }; @@ -53,6 +55,7 @@ function parseBitset ($bitset) { "0100" => "alicorn", "0101" => "batpony", "0110" => "crystal", + "0111" => "changeling", default => null, }; |